Uses of Class
jmri.jmrit.logixng.expressions.ExpressionPower.PowerState
-
Packages that use ExpressionPower.PowerState Package Description jmri.jmrit.logixng.expressions -
-
Uses of ExpressionPower.PowerState in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return ExpressionPower.PowerState Modifier and Type Method Description static ExpressionPower.PowerState
ExpressionPower.PowerState. get(int id)
ExpressionPower.PowerState
ExpressionPower. getBeanState()
static ExpressionPower.PowerState
ExpressionPower.PowerState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpressionPower.PowerState[]
ExpressionPower.PowerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.expressions with parameters of type ExpressionPower.PowerState Modifier and Type Method Description void
ExpressionPower. setBeanState(ExpressionPower.PowerState state)
-