Uses of Class
eu.simuline.relana.expressions.Operation.BaseOps
-
Packages that use Operation.BaseOps Package Description eu.simuline.relana.expressions Classes to describe expressions. -
-
Uses of Operation.BaseOps in eu.simuline.relana.expressions
Fields in eu.simuline.relana.expressions with type parameters of type Operation.BaseOps Modifier and Type Field Description private static Map<String,Operation.BaseOps>
Operation.BaseOps. KEY2OP
Methods in eu.simuline.relana.expressions that return Operation.BaseOps Modifier and Type Method Description static Operation.BaseOps
Operation.BaseOps. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation.BaseOps[]
Operation.BaseOps. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.simuline.relana.expressions with parameters of type Operation.BaseOps Modifier and Type Method Description static Operation
Operation. getOperation(Operation.BaseOps baseOps)
-