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