Uses of Class
org.stanwood.media.source.xbmc.expression.Operation

Packages that use Operation
org.stanwood.media.source.xbmc.expression   
 

Uses of Operation in org.stanwood.media.source.xbmc.expression
 

Methods in org.stanwood.media.source.xbmc.expression that return Operation
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.
 

Methods in org.stanwood.media.source.xbmc.expression with parameters of type Operation
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