public enum WorkflowDictionaryType extends Enum<WorkflowDictionaryType> implements Serializable, io.tesler.api.data.dictionary.IDictionaryType
| Enum Constant and Description |
|---|
PRE_INVOKE_COND |
PRE_INVOKE_TYPE |
WF_COND |
WF_COND_ASSIGNEE |
WF_TRN_ACT |
WF_TRN_DATA_VAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
io.tesler.api.data.dictionary.LOV |
lookupName(String val) |
String |
lookupValue(io.tesler.api.data.dictionary.LOV lov) |
static WorkflowDictionaryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowDictionaryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowDictionaryType WF_TRN_ACT
public static final WorkflowDictionaryType WF_COND
public static final WorkflowDictionaryType WF_COND_ASSIGNEE
public static final WorkflowDictionaryType WF_TRN_DATA_VAL
public static final WorkflowDictionaryType PRE_INVOKE_TYPE
public static final WorkflowDictionaryType PRE_INVOKE_COND
public static WorkflowDictionaryType[] values()
for (WorkflowDictionaryType c : WorkflowDictionaryType.values()) System.out.println(c);
public static WorkflowDictionaryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic io.tesler.api.data.dictionary.LOV lookupName(String val)
lookupName in interface io.tesler.api.data.dictionary.IDictionaryTypepublic String lookupValue(io.tesler.api.data.dictionary.LOV lov)
lookupValue in interface io.tesler.api.data.dictionary.IDictionaryTypepublic String getName()
getName in interface io.tesler.api.data.dictionary.IDictionaryTypeCopyright © 2020 Tesler. All rights reserved.