protected static enum SendConsignmentToExternalFulfillmentSystemAction.Transition extends java.lang.Enum<SendConsignmentToExternalFulfillmentSystemAction.Transition>
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.String> |
getStringValues() |
static SendConsignmentToExternalFulfillmentSystemAction.Transition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SendConsignmentToExternalFulfillmentSystemAction.Transition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SendConsignmentToExternalFulfillmentSystemAction.Transition OK
public static final SendConsignmentToExternalFulfillmentSystemAction.Transition ERROR
public static SendConsignmentToExternalFulfillmentSystemAction.Transition[] values()
for (SendConsignmentToExternalFulfillmentSystemAction.Transition c : SendConsignmentToExternalFulfillmentSystemAction.Transition.values()) System.out.println(c);
public static SendConsignmentToExternalFulfillmentSystemAction.Transition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.util.Set<java.lang.String> getStringValues()
Copyright © 2018 SAP SE. All Rights Reserved.