Enum Class WarehousingCommentEventType

java.lang.Object
java.lang.Enum<WarehousingCommentEventType>
de.hybris.platform.warehousing.data.comment.WarehousingCommentEventType
All Implemented Interfaces:
Serializable, Comparable<WarehousingCommentEventType>, Constable

public enum WarehousingCommentEventType extends Enum<WarehousingCommentEventType>
  • Enum Constant Details

    • CANCEL_ORDER_COMMENT

      public static final WarehousingCommentEventType CANCEL_ORDER_COMMENT
      Generated enum value for WarehousingCommentEventType.CANCEL_ORDER_COMMENT("orderCancellationComment", "Order Cancellation Comment", "orderCancellationEvent", "Order Cancellation Event") value defined at extension warehousing.
    • CANCEL_CONSIGNMENT_COMMENT

      public static final WarehousingCommentEventType CANCEL_CONSIGNMENT_COMMENT
      Generated enum value for WarehousingCommentEventType.CANCEL_CONSIGNMENT_COMMENT("consignmentCancellationComment", "Consignment Cancellation Comment", "consignmentCancellationEvent", "Consignment Cancellation Event") value defined at extension warehousing.
    • REALLOCATE_CONSIGNMENT_COMMENT

      public static final WarehousingCommentEventType REALLOCATE_CONSIGNMENT_COMMENT
      Generated enum value for WarehousingCommentEventType.REALLOCATE_CONSIGNMENT_COMMENT("consignmentReallocationComment", "Consignment Reallocation Comment", "consignmentReallocationEvent", "Consignment Reallocation Event") value defined at extension warehousing.
    • INVENTORY_ADJUSTMENT_COMMENT

      public static final WarehousingCommentEventType INVENTORY_ADJUSTMENT_COMMENT
      Generated enum value for WarehousingCommentEventType.INVENTORY_ADJUSTMENT_COMMENT("inventoryAdjustmentComment", "Inventory Adjustment Comment", "inventoryAdjustmentEvent", "Inventory Adjustment Event") value defined at extension warehousing.
    • CREATE_ASN_COMMENT

      public static final WarehousingCommentEventType CREATE_ASN_COMMENT
      Generated enum value for WarehousingCommentEventType.CREATE_ASN_COMMENT("asnCreationComment", "Asn Creation Comment", "asnCreationEvent", "Asn Creation Event") value defined at extension warehousing.
  • Method Details

    • values

      public static WarehousingCommentEventType[] 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

      public static WarehousingCommentEventType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getComponentCode

      public String getComponentCode()
    • getComponentName

      public String getComponentName()
    • getCommentTypeCode

      public String getCommentTypeCode()
    • getCommentTypeName

      public String getCommentTypeName()