public static enum TPowerQueryLiteral.Kind extends Enum<TPowerQueryLiteral.Kind>
| Enum Constant and Description |
|---|
BOOLEAN |
FLOAT |
INTEGER |
NULL |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static TPowerQueryLiteral.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPowerQueryLiteral.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPowerQueryLiteral.Kind STRING
public static final TPowerQueryLiteral.Kind INTEGER
public static final TPowerQueryLiteral.Kind FLOAT
public static final TPowerQueryLiteral.Kind BOOLEAN
public static final TPowerQueryLiteral.Kind NULL
public static TPowerQueryLiteral.Kind[] values()
for (TPowerQueryLiteral.Kind c : TPowerQueryLiteral.Kind.values()) System.out.println(c);
public static TPowerQueryLiteral.Kind 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 null