Enum SendConsignmentToExternalFulfillmentSystemAction.Transition
- java.lang.Object
-
- java.lang.Enum<SendConsignmentToExternalFulfillmentSystemAction.Transition>
-
- de.hybris.platform.yacceleratorordermanagement.actions.consignment.SendConsignmentToExternalFulfillmentSystemAction.Transition
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<SendConsignmentToExternalFulfillmentSystemAction.Transition>
- Enclosing class:
- SendConsignmentToExternalFulfillmentSystemAction
protected static enum SendConsignmentToExternalFulfillmentSystemAction.Transition extends java.lang.Enum<SendConsignmentToExternalFulfillmentSystemAction.Transition>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
OK
public static final SendConsignmentToExternalFulfillmentSystemAction.Transition OK
-
ERROR
public static final SendConsignmentToExternalFulfillmentSystemAction.Transition ERROR
-
-
Method Detail
-
values
public static SendConsignmentToExternalFulfillmentSystemAction.Transition[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SendConsignmentToExternalFulfillmentSystemAction.Transition c : SendConsignmentToExternalFulfillmentSystemAction.Transition.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SendConsignmentToExternalFulfillmentSystemAction.Transition valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getStringValues
public static java.util.Set<java.lang.String> getStringValues()
-
-