Package | Description |
---|---|
com.sas.lsaf.workflow.processflow.setup |
Service and class definitions for managing process flows setup elements.
|
Modifier and Type | Method and Description |
---|---|
TimerEventSetup.TimerType |
TimerEventSetup.getTimerType() |
static TimerEventSetup.TimerType |
TimerEventSetup.TimerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerEventSetup.TimerType[] |
TimerEventSetup.TimerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TimerEventSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
TimerEventSetup.TimerType timerType)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA