Uses of Enum
jmri.jmrit.logixng.actions.Logix.ExecuteType
Packages that use Logix.ExecuteType
-
Uses of Logix.ExecuteType in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return Logix.ExecuteTypeModifier and TypeMethodDescriptionLogix.getExecuteType()Get the execute type.static Logix.ExecuteTypeReturns 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.ExecuteTypeModifier and TypeMethodDescriptionvoidLogix.setExecuteType(Logix.ExecuteType type) Set the execute type.