public enum EFormProcessType extends Enum<EFormProcessType> implements INamedUiElement
Enum Constant and Description |
---|
CORRECTION |
NONE |
RETRIGGER |
STATE_CHANGE |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
String |
getFailureI18nKey() |
String |
getNameForOption(Locale l,
Status currentState) |
void |
performStateChange(ProcessStateChangeBean bean) |
static EFormProcessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFormProcessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFormProcessType NONE
public static final EFormProcessType CORRECTION
public static final EFormProcessType RETRIGGER
public static final EFormProcessType STATE_CHANGE
public static EFormProcessType[] values()
for (EFormProcessType c : EFormProcessType.values()) System.out.println(c);
public static EFormProcessType 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 String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
public String getFailureI18nKey()
public void performStateChange(ProcessStateChangeBean bean)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.