Uses of Class
jmri.jmrit.logixng.actions.ActionLight.LightState
-
Packages that use ActionLight.LightState Package Description jmri.jmrit.logixng.actions -
-
Uses of ActionLight.LightState in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ActionLight.LightState Modifier and Type Method Description static ActionLight.LightState
ActionLight.LightState. get(int id)
static ActionLight.LightState
ActionLight.LightState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionLight.LightState[]
ActionLight.LightState. 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 ActionLight.LightState Modifier and Type Method Description LogixNG_SelectEnum<ActionLight.LightState>
ActionLight. getSelectEnum()
-