Package | Description |
---|---|
org.stanwood.media.actions.rename | |
org.stanwood.media.source.xbmc.expression |
Modifier and Type | Method and Description |
---|---|
ValueType |
Token.getType()
Get the type of the token
|
Modifier and Type | Method and Description |
---|---|
ValueType |
Value.getType()
Used to get the type of the value
|
static ValueType |
ValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Value |
ValueFactory.createValue(ValueType type,
java.lang.String value)
Create a value
|
void |
Value.setType(ValueType type)
Used to set the type of the value
|
Constructor and Description |
---|
BooleanValue(ValueType type,
java.lang.Boolean value)
Used to create a instance of the class
|
IntegerValue(ValueType type,
java.lang.Integer value)
The constructor
|
StringValue(ValueType type,
java.lang.String value)
Used to create a instance of the class
|
Value(ValueType type,
java.lang.Object value)
The constructor
|