Uses of Enum
jmri.jmrit.dispatcher.TaskAllocateRelease.TaskAction
Packages that use TaskAllocateRelease.TaskAction
-
Uses of TaskAllocateRelease.TaskAction in jmri.jmrit.dispatcher
Methods in jmri.jmrit.dispatcher that return TaskAllocateRelease.TaskActionModifier and TypeMethodDescriptionTaskAllocateRelease.getAction()Returns the enum constant of this type with the specified name.static TaskAllocateRelease.TaskAction[]TaskAllocateRelease.TaskAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jmri.jmrit.dispatcher with parameters of type TaskAllocateRelease.TaskActionModifierConstructorDescription(package private)(package private)TaskAllocateRelease(TaskAllocateRelease.TaskAction action, String trainName) (package private)TaskAllocateRelease(TaskAllocateRelease.TaskAction action, AllocatedSection aSection, boolean termTrain) (package private)TaskAllocateRelease(TaskAllocateRelease.TaskAction action, AllocationRequest aRequest)