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.ExecuteTypeLogix. getExecuteType()Get the execute type.static Logix.ExecuteTypeLogix.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 voidLogix. setExecuteType(Logix.ExecuteType type)Set the execute type.
-