Enum Class WarehousingCommentEventType
java.lang.Object
java.lang.Enum<WarehousingCommentEventType>
de.hybris.platform.warehousing.data.comment.WarehousingCommentEventType
- All Implemented Interfaces:
Serializable,Comparable<WarehousingCommentEventType>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value forWarehousingCommentEventType.CANCEL_CONSIGNMENT_COMMENT("consignmentCancellationComment", "Consignment Cancellation Comment", "consignmentCancellationEvent", "Consignment Cancellation Event")value defined at extensionwarehousing.Generated enum value forWarehousingCommentEventType.CANCEL_ORDER_COMMENT("orderCancellationComment", "Order Cancellation Comment", "orderCancellationEvent", "Order Cancellation Event")value defined at extensionwarehousing.Generated enum value forWarehousingCommentEventType.CREATE_ASN_COMMENT("asnCreationComment", "Asn Creation Comment", "asnCreationEvent", "Asn Creation Event")value defined at extensionwarehousing.Generated enum value forWarehousingCommentEventType.INVENTORY_ADJUSTMENT_COMMENT("inventoryAdjustmentComment", "Inventory Adjustment Comment", "inventoryAdjustmentEvent", "Inventory Adjustment Event")value defined at extensionwarehousing.Generated enum value forWarehousingCommentEventType.REALLOCATE_CONSIGNMENT_COMMENT("consignmentReallocationComment", "Consignment Reallocation Comment", "consignmentReallocationEvent", "Consignment Reallocation Event")value defined at extensionwarehousing. -
Method Summary
Modifier and TypeMethodDescriptionstatic WarehousingCommentEventTypeReturns the enum constant of this class with the specified name.static WarehousingCommentEventType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CANCEL_ORDER_COMMENT
Generated enum value forWarehousingCommentEventType.CANCEL_ORDER_COMMENT("orderCancellationComment", "Order Cancellation Comment", "orderCancellationEvent", "Order Cancellation Event")value defined at extensionwarehousing. -
CANCEL_CONSIGNMENT_COMMENT
Generated enum value forWarehousingCommentEventType.CANCEL_CONSIGNMENT_COMMENT("consignmentCancellationComment", "Consignment Cancellation Comment", "consignmentCancellationEvent", "Consignment Cancellation Event")value defined at extensionwarehousing. -
REALLOCATE_CONSIGNMENT_COMMENT
Generated enum value forWarehousingCommentEventType.REALLOCATE_CONSIGNMENT_COMMENT("consignmentReallocationComment", "Consignment Reallocation Comment", "consignmentReallocationEvent", "Consignment Reallocation Event")value defined at extensionwarehousing. -
INVENTORY_ADJUSTMENT_COMMENT
Generated enum value forWarehousingCommentEventType.INVENTORY_ADJUSTMENT_COMMENT("inventoryAdjustmentComment", "Inventory Adjustment Comment", "inventoryAdjustmentEvent", "Inventory Adjustment Event")value defined at extensionwarehousing. -
CREATE_ASN_COMMENT
Generated enum value forWarehousingCommentEventType.CREATE_ASN_COMMENT("asnCreationComment", "Asn Creation Comment", "asnCreationEvent", "Asn Creation Event")value defined at extensionwarehousing.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getComponentCode
-
getComponentName
-
getCommentTypeCode
-
getCommentTypeName
-