Uses of Enum Class
com.sas.lsaf.workflow.processflow.setup.TimerEventSetup.TimerType
Packages that use TimerEventSetup.TimerType
Package
Description
The service and class definitions to manage process flow definitions.
The service and class definitions to manage process flows setup elements.
-
Uses of TimerEventSetup.TimerType in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return TimerEventSetup.TimerTypeModifier and TypeMethodDescriptionTimerEventDefinition.getTimerType()Gets the type of timer for the timer event.Constructors in com.sas.lsaf.workflow.processdefinition with parameters of type TimerEventSetup.TimerTypeModifierConstructorDescriptionTimerEventDefinition(String elementId, String name, String description, Element.ElementType type, String parentId, TimerEventSetup.TimerType timerType, Serializable timerValue) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of TimerEventSetup.TimerType in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that return TimerEventSetup.TimerTypeModifier and TypeMethodDescriptionTimerEventSetup.getTimerType()Gets the type of timer.static TimerEventSetup.TimerTypeReturns the enum constant of this class with the specified name.static TimerEventSetup.TimerType[]TimerEventSetup.TimerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.workflow.processflow.setup with parameters of type TimerEventSetup.TimerTypeModifierConstructorDescriptionTimerEventSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId, TimerEventSetup.TimerType timerType) It is not intended or recommended that the consumer of this API construct these objects.