public static enum TrieField.TrieTypes extends Enum<TrieField.TrieTypes>
Modifier and Type | Method and Description |
---|---|
static TrieField.TrieTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrieField.TrieTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrieField.TrieTypes INTEGER
public static final TrieField.TrieTypes LONG
public static final TrieField.TrieTypes FLOAT
public static final TrieField.TrieTypes DOUBLE
public static final TrieField.TrieTypes DATE
public static TrieField.TrieTypes[] values()
for (TrieField.TrieTypes c : TrieField.TrieTypes.values()) System.out.println(c);
public static TrieField.TrieTypes 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 © 2000-2014 Apache Software Foundation. All Rights Reserved.