Serializable, Comparable<SynonymQuery.SynonymType>public static enum SynonymQuery.SynonymType extends Enum<SynonymQuery.SynonymType>
| Enum Constant | Description |
|---|---|
ALTCORRECTION_1 |
|
ALTCORRECTION_2 |
|
PLACEHOLDER |
|
SYNONYM |
|
SYNONYM_ONEWAY |
| Modifier and Type | Method | Description |
|---|---|---|
static SynonymQuery.SynonymType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SynonymQuery.SynonymType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynonymQuery.SynonymType SYNONYM
public static final SynonymQuery.SynonymType SYNONYM_ONEWAY
public static final SynonymQuery.SynonymType PLACEHOLDER
public static final SynonymQuery.SynonymType ALTCORRECTION_1
public static final SynonymQuery.SynonymType ALTCORRECTION_2
public final String name
public static SynonymQuery.SynonymType[] values()
for (SynonymQuery.SynonymType c : SynonymQuery.SynonymType.values()) System.out.println(c);
public static SynonymQuery.SynonymType 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 © 2018. All rights reserved.