Modifier and Type | Field and Description |
---|---|
protected LiteralValue.LiteralType |
LiteralValue.valueType |
Modifier and Type | Method and Description |
---|---|
LiteralValue.LiteralType |
LiteralValue.getValueType() |
static LiteralValue.LiteralType |
LiteralValue.LiteralType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiteralValue.LiteralType[] |
LiteralValue.LiteralType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LiteralValue(String value,
LiteralValue.LiteralType valueType) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.