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