Uses of Class
jmri.Conditional.State
-
Packages that use Conditional.State Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts. -
-
Uses of Conditional.State in jmri
Methods in jmri that return Conditional.State Modifier and Type Method Description static Conditional.State
Conditional.State. getOperatorFromIntValue(int stateInt)
static Conditional.State
Conditional.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Conditional.State[]
Conditional.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-