public static enum CQLTranslator.TranslationType extends Enum<CQLTranslator.TranslationType>
| Enum Constant and Description |
|---|
ALL
The all.
|
COLUMN
The column.
|
VALUE
The value.
|
| Modifier and Type | Method and Description |
|---|---|
static CQLTranslator.TranslationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CQLTranslator.TranslationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CQLTranslator.TranslationType COLUMN
public static final CQLTranslator.TranslationType VALUE
public static final CQLTranslator.TranslationType ALL
public static CQLTranslator.TranslationType[] values()
for (CQLTranslator.TranslationType c : CQLTranslator.TranslationType.values()) System.out.println(c);
public static CQLTranslator.TranslationType 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 © 2015. All Rights Reserved.