Uses of Class
jmri.jmrit.logixng.actions.ActionTable.ConstantType
-
Packages that use ActionTable.ConstantType Package Description jmri.jmrit.logixng.actions -
-
Uses of ActionTable.ConstantType in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ActionTable.ConstantType Modifier and Type Method Description ActionTable.ConstantType
ActionTable. getConstantType()
static ActionTable.ConstantType
ActionTable.ConstantType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionTable.ConstantType[]
ActionTable.ConstantType. 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.ConstantType Modifier and Type Method Description void
ActionTable. setConstantType(ActionTable.ConstantType constantType)
-