public enum ConsignmentStatus extends java.lang.Enum<ConsignmentStatus> implements HybrisEnumValue
| Enum Constant and Description |
|---|
CANCELLED
Generated enum value for ConsignmentStatus.CANCELLED declared at extension basecommerce.
|
CANCELLING
Generated enum value for ConsignmentStatus.CANCELLING declared at extension saporderexchangeoms.
|
DELIVERING
Generated enum value for ConsignmentStatus.DELIVERING declared at extension consignmenttrackingservices.
|
DELIVERY_COMPLETED
Generated enum value for ConsignmentStatus.DELIVERY_COMPLETED declared at extension consignmenttrackingservices.
|
DELIVERY_REJECTED
Generated enum value for ConsignmentStatus.DELIVERY_REJECTED declared at extension consignmenttrackingservices.
|
IN_TRANSIT
Generated enum value for ConsignmentStatus.IN_TRANSIT declared at extension consignmenttrackingservices.
|
PAYMENT_NOT_CAPTURED
Generated enum value for ConsignmentStatus.PAYMENT_NOT_CAPTURED declared at extension commerceservices.
|
PICKPACK
Generated enum value for ConsignmentStatus.PICKPACK declared at extension basecommerce.
|
PICKUP_COMPLETE
Generated enum value for ConsignmentStatus.PICKUP_COMPLETE declared at extension commerceservices.
|
READY
Generated enum value for ConsignmentStatus.READY declared at extension basecommerce.
|
READY_FOR_PICKUP
Generated enum value for ConsignmentStatus.READY_FOR_PICKUP declared at extension commerceservices.
|
READY_FOR_SHIPPING
Generated enum value for ConsignmentStatus.READY_FOR_SHIPPING declared at extension warehousing.
|
SHIPPED
Generated enum value for ConsignmentStatus.SHIPPED declared at extension basecommerce.
|
TAX_NOT_COMMITTED
Generated enum value for ConsignmentStatus.TAX_NOT_COMMITTED declared at extension commerceservices.
|
WAITING
Generated enum value for ConsignmentStatus.WAITING declared at extension basecommerce.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the code of this enum value.
|
java.lang.String |
getType()
Gets the type this enum value belongs to.
|
static ConsignmentStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsignmentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsignmentStatus CANCELLING
public static final ConsignmentStatus IN_TRANSIT
public static final ConsignmentStatus READY_FOR_PICKUP
public static final ConsignmentStatus READY_FOR_SHIPPING
public static final ConsignmentStatus WAITING
public static final ConsignmentStatus DELIVERING
public static final ConsignmentStatus PICKPACK
public static final ConsignmentStatus PICKUP_COMPLETE
public static final ConsignmentStatus DELIVERY_COMPLETED
public static final ConsignmentStatus PAYMENT_NOT_CAPTURED
public static final ConsignmentStatus READY
public static final ConsignmentStatus DELIVERY_REJECTED
public static final ConsignmentStatus SHIPPED
public static final ConsignmentStatus TAX_NOT_COMMITTED
public static final ConsignmentStatus CANCELLED
public static final java.lang.String _TYPECODE
public static final java.lang.String SIMPLE_CLASSNAME
public static ConsignmentStatus[] values()
for (ConsignmentStatus c : ConsignmentStatus.values()) System.out.println(c);
public static ConsignmentStatus 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 java.lang.String getCode()
getCode in interface HybrisEnumValuepublic java.lang.String getType()
getType in interface HybrisEnumValueCopyright © 2018 SAP SE. All Rights Reserved.