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