Uses of Class
jmri.jmrit.logixng.actions.Logix.ExecuteType
-
Packages that use Logix.ExecuteType Package Description jmri.jmrit.logixng.actions -
-
Uses of Logix.ExecuteType in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return Logix.ExecuteType Modifier and Type Method Description Logix.ExecuteType
Logix. getExecuteType()
Get the execute type.static Logix.ExecuteType
Logix.ExecuteType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Logix.ExecuteType[]
Logix.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 Logix.ExecuteType Modifier and Type Method Description void
Logix. setExecuteType(Logix.ExecuteType type)
Set the execute type.
-