Uses of Class
jmri.jmrit.logixng.actions.IfThenElse.ExecuteType
-
Packages that use IfThenElse.ExecuteType Package Description jmri.jmrit.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.implementation -
-
Uses of IfThenElse.ExecuteType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return IfThenElse.ExecuteType Modifier and Type Method Description IfThenElse.ExecuteType
LogixNGPreferences. getIfThenElseExecuteTypeDefault()
Get the default execute type for IfThenElse.Methods in jmri.jmrit.logixng with parameters of type IfThenElse.ExecuteType Modifier and Type Method Description void
LogixNGPreferences. 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.ExecuteType Modifier and Type Method Description IfThenElse.ExecuteType
IfThenElse. getExecuteType()
Get the execute type.static IfThenElse.ExecuteType
IfThenElse.ExecuteType. valueOf(java.lang.String name)
Returns 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.ExecuteType Modifier and Type Method Description void
IfThenElse. 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.ExecuteType Modifier and Type Method Description IfThenElse.ExecuteType
DefaultLogixNGPreferences. getIfThenElseExecuteTypeDefault()
Methods in jmri.jmrit.logixng.implementation with parameters of type IfThenElse.ExecuteType Modifier and Type Method Description void
DefaultLogixNGPreferences. setIfThenElseExecuteTypeDefault(IfThenElse.ExecuteType value)
-