public enum WarehousingCommentEventType extends Enum<WarehousingCommentEventType>
| Enum Constant and Description |
|---|
CANCEL_CONSIGNMENT_COMMENT
Generated enum value for
WarehousingCommentEventType.CANCEL_CONSIGNMENT_COMMENT("consignmentCancellationComment", "Consignment Cancellation Comment", "consignmentCancellationEvent", "Consignment Cancellation Event") value defined at extension warehousing. |
CANCEL_ORDER_COMMENT
Generated enum value for
WarehousingCommentEventType.CANCEL_ORDER_COMMENT("orderCancellationComment", "Order Cancellation Comment", "orderCancellationEvent", "Order Cancellation Event") value defined at extension warehousing. |
INVENTORY_ADJUSTMENT_COMMENT
Generated enum value for
WarehousingCommentEventType.INVENTORY_ADJUSTMENT_COMMENT("inventoryAdjustmentComment", "Inventory Adjustment Comment", "inventoryAdjustmentEvent", "Inventory Adjustment Event") value defined at extension warehousing. |
REALLOCATE_CONSIGNMENT_COMMENT
Generated enum value for
WarehousingCommentEventType.REALLOCATE_CONSIGNMENT_COMMENT("consignmentReallocationComment", "Consignment Reallocation Comment", "consignmentReallocationEvent", "Consignment Reallocation Event") value defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentTypeCode() |
String |
getCommentTypeName() |
String |
getComponentCode() |
String |
getComponentName() |
static WarehousingCommentEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarehousingCommentEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarehousingCommentEventType CANCEL_ORDER_COMMENT
WarehousingCommentEventType.CANCEL_ORDER_COMMENT("orderCancellationComment", "Order Cancellation Comment", "orderCancellationEvent", "Order Cancellation Event") value defined at extension warehousing.public static final WarehousingCommentEventType CANCEL_CONSIGNMENT_COMMENT
WarehousingCommentEventType.CANCEL_CONSIGNMENT_COMMENT("consignmentCancellationComment", "Consignment Cancellation Comment", "consignmentCancellationEvent", "Consignment Cancellation Event") value defined at extension warehousing.public static final WarehousingCommentEventType REALLOCATE_CONSIGNMENT_COMMENT
WarehousingCommentEventType.REALLOCATE_CONSIGNMENT_COMMENT("consignmentReallocationComment", "Consignment Reallocation Comment", "consignmentReallocationEvent", "Consignment Reallocation Event") value defined at extension warehousing.public static final WarehousingCommentEventType INVENTORY_ADJUSTMENT_COMMENT
WarehousingCommentEventType.INVENTORY_ADJUSTMENT_COMMENT("inventoryAdjustmentComment", "Inventory Adjustment Comment", "inventoryAdjustmentEvent", "Inventory Adjustment Event") value defined at extension warehousing.public static WarehousingCommentEventType[] values()
for (WarehousingCommentEventType c : WarehousingCommentEventType.values()) System.out.println(c);
public static WarehousingCommentEventType 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 nullpublic String getComponentCode()
public String getComponentName()
public String getCommentTypeCode()
public String getCommentTypeName()
Copyright © 2017 SAP SE. All Rights Reserved.