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