Uses of Enum
jmri.jmrit.logixng.actions.IfThenElse.EvaluateType
Packages that use IfThenElse.EvaluateType
-
Uses of IfThenElse.EvaluateType in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return IfThenElse.EvaluateTypeModifier and TypeMethodDescriptionIfThenElse.getEvaluateType()Get the execute type.static IfThenElse.EvaluateTypeReturns 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.EvaluateTypeModifier and TypeMethodDescriptionvoidIfThenElse.setEvaluateType(IfThenElse.EvaluateType type) Set the execute type.