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.actions
Methods in jmri.jmrit.logixng.actions that return IfThenElse.EvaluateType Modifier and Type Method Description IfThenElse.EvaluateType
IfThenElse. getEvaluateType()
Get the execute type.static IfThenElse.EvaluateType
IfThenElse.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 void
IfThenElse. setEvaluateType(IfThenElse.EvaluateType type)
Set the execute type.
-