Uses of Enum
jmri.jmrit.logixng.actions.IfThenElse.ExecuteType
Packages that use IfThenElse.ExecuteType
-
Uses of IfThenElse.ExecuteType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return IfThenElse.ExecuteTypeModifier and TypeMethodDescriptionLogixNGPreferences.getIfThenElseExecuteTypeDefault()Get the default execute type for IfThenElse.Methods in jmri.jmrit.logixng with parameters of type IfThenElse.ExecuteTypeModifier and TypeMethodDescriptionvoidLogixNGPreferences.setIfThenElseExecuteTypeDefault(IfThenElse.ExecuteType value) Set the default execute type for IfThenElse. -
Uses of IfThenElse.ExecuteType in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return IfThenElse.ExecuteTypeModifier and TypeMethodDescriptionIfThenElse.getExecuteType()Get the execute type.static IfThenElse.ExecuteTypeReturns the enum constant of this type with the specified name.static IfThenElse.ExecuteType[]IfThenElse.ExecuteType.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.ExecuteTypeModifier and TypeMethodDescriptionvoidIfThenElse.setExecuteType(IfThenElse.ExecuteType type) Set the execute type. -
Uses of IfThenElse.ExecuteType in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return IfThenElse.ExecuteTypeMethods in jmri.jmrit.logixng.implementation with parameters of type IfThenElse.ExecuteTypeModifier and TypeMethodDescriptionvoidDefaultLogixNGPreferences.setIfThenElseExecuteTypeDefault(IfThenElse.ExecuteType value)