Uses of Class
jmri.jmrit.logixng.actions.IfThenElse.EvaluateType
- 
Packages that use IfThenElse.EvaluateType Package Description jmri.jmrit.logixng.actions 
- 
- 
Uses of IfThenElse.EvaluateType in jmri.jmrit.logixng.actionsMethods in jmri.jmrit.logixng.actions that return IfThenElse.EvaluateType Modifier and Type Method Description IfThenElse.EvaluateTypeIfThenElse. getEvaluateType()Get the execute type.static IfThenElse.EvaluateTypeIfThenElse.EvaluateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IfThenElse.EvaluateType[]IfThenElse.EvaluateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions with parameters of type IfThenElse.EvaluateType Modifier and Type Method Description voidIfThenElse. setEvaluateType(IfThenElse.EvaluateType type)Set the execute type.
 
-