Enum Class WarehouseConsignmentStatus

java.lang.Object
java.lang.Enum<WarehouseConsignmentStatus>
de.hybris.platform.warehouse.WarehouseConsignmentStatus
All Implemented Interfaces:
Serializable, Comparable<WarehouseConsignmentStatus>, Constable

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

    • CANCEL

      public static final WarehouseConsignmentStatus CANCEL
      Generated enum value for WarehouseConsignmentStatus.CANCEL value defined at extension basecommerce.
    • PARTIAL

      public static final WarehouseConsignmentStatus PARTIAL
      Generated enum value for WarehouseConsignmentStatus.PARTIAL value defined at extension basecommerce.
    • COMPLETE

      public static final WarehouseConsignmentStatus COMPLETE
      Generated enum value for WarehouseConsignmentStatus.COMPLETE value defined at extension basecommerce.
  • Method Details

    • values

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