Uses of Class
jmri.jmrit.logixng.actions.ActionTable.VariableOperation
-
Packages that use ActionTable.VariableOperation Package Description jmri.jmrit.logixng.actions -
-
Uses of ActionTable.VariableOperation in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ActionTable.VariableOperation Modifier and Type Method Description ActionTable.VariableOperation
ActionTable. getVariableOperation()
static ActionTable.VariableOperation
ActionTable.VariableOperation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionTable.VariableOperation[]
ActionTable.VariableOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions with parameters of type ActionTable.VariableOperation Modifier and Type Method Description void
ActionTable. setVariableOperation(ActionTable.VariableOperation variableOperation)
-