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.PowerStateExpressionPower.PowerState. get(int id)ExpressionPower.PowerStateExpressionPower. getBeanState()static ExpressionPower.PowerStateExpressionPower.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 voidExpressionPower. setBeanState(ExpressionPower.PowerState state)
-