public static enum AbstractSimpleDecisionAction.Transition extends Enum<AbstractSimpleDecisionAction.Transition>
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getStringValues() |
static AbstractSimpleDecisionAction.Transition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSimpleDecisionAction.Transition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSimpleDecisionAction.Transition OK
public static final AbstractSimpleDecisionAction.Transition NOK
public static AbstractSimpleDecisionAction.Transition[] values()
for (AbstractSimpleDecisionAction.Transition c : AbstractSimpleDecisionAction.Transition.values()) System.out.println(c);
public static AbstractSimpleDecisionAction.Transition 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 nullCopyright © 2017 SAP SE. All Rights Reserved.