Uses of Class
jmri.jmrit.logixng.expressions.ExpressionWarrant.WarrantState
-
Packages that use ExpressionWarrant.WarrantState Package Description jmri.jmrit.logixng.expressions -
-
Uses of ExpressionWarrant.WarrantState in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return ExpressionWarrant.WarrantState Modifier and Type Method Description ExpressionWarrant.WarrantState
ExpressionWarrant. getBeanState()
static ExpressionWarrant.WarrantState
ExpressionWarrant.WarrantState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpressionWarrant.WarrantState[]
ExpressionWarrant.WarrantState. 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 ExpressionWarrant.WarrantState Modifier and Type Method Description void
ExpressionWarrant. setBeanState(ExpressionWarrant.WarrantState state)
-