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