Package | Description |
---|---|
org.stanwood.media.source.xbmc.expression |
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.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 |
OperationHelper.performOperation(Operation op,
Value value)
Used to perform a operation on one value
|
static Value |
OperationHelper.performOperation(Operation op,
Value value1,
Value value2)
Used to perform a operation on two values
|