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.WarrantStateExpressionWarrant. getBeanState()static ExpressionWarrant.WarrantStateExpressionWarrant.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 voidExpressionWarrant. setBeanState(ExpressionWarrant.WarrantState state)
-