public static enum NearString.MATCH_SOURCE extends java.lang.Enum<NearString.MATCH_SOURCE>
Modifier and Type | Method and Description |
---|---|
static NearString.MATCH_SOURCE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NearString.MATCH_SOURCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NearString.MATCH_SOURCE MEMORY
public static final NearString.MATCH_SOURCE TM
public static final NearString.MATCH_SOURCE FILES
public static NearString.MATCH_SOURCE[] values()
for (NearString.MATCH_SOURCE c : NearString.MATCH_SOURCE.values()) System.out.println(c);
public static NearString.MATCH_SOURCE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null