Uses of Class
jmri.jmrit.logixng.actions.ActionPower.PowerState
-
Packages that use ActionPower.PowerState Package Description jmri.jmrit.logixng.actions -
-
Uses of ActionPower.PowerState in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ActionPower.PowerState Modifier and Type Method Description static ActionPower.PowerState
ActionPower.PowerState. get(int id)
static ActionPower.PowerState
ActionPower.PowerState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionPower.PowerState[]
ActionPower.PowerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions that return types with arguments of type ActionPower.PowerState Modifier and Type Method Description LogixNG_SelectEnum<ActionPower.PowerState>
ActionPower. getSelectEnum()
-