public static enum DescriptorExpression.LogicalOperation extends Enum<DescriptorExpression.LogicalOperation>
Enum Constant and Description |
---|
AND |
LEFT_BRACKET |
OR |
RIGHT_BRACKET |
Modifier and Type | Method and Description |
---|---|
static DescriptorExpression.LogicalOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorExpression.LogicalOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorExpression.LogicalOperation LEFT_BRACKET
public static final DescriptorExpression.LogicalOperation RIGHT_BRACKET
public static final DescriptorExpression.LogicalOperation OR
public static final DescriptorExpression.LogicalOperation AND
public static DescriptorExpression.LogicalOperation[] values()
for (DescriptorExpression.LogicalOperation c : DescriptorExpression.LogicalOperation.values()) System.out.println(c);
public static DescriptorExpression.LogicalOperation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.