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