Enum Class Wishlist2EntryPriority

java.lang.Object
java.lang.Enum<Wishlist2EntryPriority>
de.hybris.platform.wishlist2.enums.Wishlist2EntryPriority
All Implemented Interfaces:
HybrisEnumValue, Serializable, Comparable<Wishlist2EntryPriority>, Constable

public enum Wishlist2EntryPriority extends Enum<Wishlist2EntryPriority> implements HybrisEnumValue
Generated enum Wishlist2EntryPriority declared at extension wishlist.
  • Enum Constant Details

    • HIGHEST

      public static final Wishlist2EntryPriority HIGHEST
      Generated enum value for Wishlist2EntryPriority.highest declared at extension wishlist.
    • HIGH

      public static final Wishlist2EntryPriority HIGH
      Generated enum value for Wishlist2EntryPriority.high declared at extension wishlist.
    • MEDIUM

      public static final Wishlist2EntryPriority MEDIUM
      Generated enum value for Wishlist2EntryPriority.medium declared at extension wishlist.
    • LOW

      public static final Wishlist2EntryPriority LOW
      Generated enum value for Wishlist2EntryPriority.low declared at extension wishlist.
    • LOWEST

      public static final Wishlist2EntryPriority LOWEST
      Generated enum value for Wishlist2EntryPriority.lowest declared at extension wishlist.
  • Field Details

  • Method Details

    • values

      public static Wishlist2EntryPriority[] 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 Wishlist2EntryPriority 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
    • getCode

      public String getCode()
      Gets the code of this enum value.
      Specified by:
      getCode in interface HybrisEnumValue
      Returns:
      code of value
    • getType

      public String getType()
      Gets the type this enum value belongs to.
      Specified by:
      getType in interface HybrisEnumValue
      Returns:
      code of type