public enum WarehouseConsignmentStatus extends java.lang.Enum<WarehouseConsignmentStatus>
| Enum Constant and Description |
|---|
CANCEL
Generated enum value for
WarehouseConsignmentStatus.CANCEL value defined at extension basecommerce. |
COMPLETE
Generated enum value for
WarehouseConsignmentStatus.COMPLETE value defined at extension basecommerce. |
PARTIAL
Generated enum value for
WarehouseConsignmentStatus.PARTIAL value defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
static WarehouseConsignmentStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WarehouseConsignmentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarehouseConsignmentStatus CANCEL
WarehouseConsignmentStatus.CANCEL value defined at extension basecommerce.public static final WarehouseConsignmentStatus PARTIAL
WarehouseConsignmentStatus.PARTIAL value defined at extension basecommerce.public static final WarehouseConsignmentStatus COMPLETE
WarehouseConsignmentStatus.COMPLETE value defined at extension basecommerce.public static WarehouseConsignmentStatus[] values()
for (WarehouseConsignmentStatus c : WarehouseConsignmentStatus.values()) System.out.println(c);
public static WarehouseConsignmentStatus 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 nullCopyright © 2018 SAP SE. All Rights Reserved.