Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
TimerEventDefinition.TimerType |
TimerEventDefinition.getTimerType() |
static TimerEventDefinition.TimerType |
TimerEventDefinition.TimerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerEventDefinition.TimerType[] |
TimerEventDefinition.TimerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TimerEventDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision,
TimerEventDefinition.TimerType timerType,
String variableName)
Initializing constructor which sets the values of all variables.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA