public static enum SupportsLogicalOperator.Operator extends Enum<SupportsLogicalOperator.Operator>
| Modifier and Type | Method and Description |
|---|---|
String |
getSymbol() |
static Map<String,SupportsLogicalOperator.Operator> |
getSymbolsMap() |
static SupportsLogicalOperator.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportsLogicalOperator.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportsLogicalOperator.Operator AND
public static final SupportsLogicalOperator.Operator OR
public static SupportsLogicalOperator.Operator[] values()
for (SupportsLogicalOperator.Operator c : SupportsLogicalOperator.Operator.values()) System.out.println(c);
public static SupportsLogicalOperator.Operator 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 nullpublic String getSymbol()
public static Map<String,SupportsLogicalOperator.Operator> getSymbolsMap()
Copyright © 2012-2015. All Rights Reserved.