Enum Class SlotStatus

java.lang.Object
java.lang.Enum<SlotStatus>
de.hybris.platform.cmsfacades.data.SlotStatus
All Implemented Interfaces:
Serializable, Comparable<SlotStatus>, Constable

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

    • TEMPLATE

      public static final SlotStatus TEMPLATE
      Generated enum value for SlotStatus.TEMPLATE value defined at extension cmsfacades.
    • PAGE

      public static final SlotStatus PAGE
      Generated enum value for SlotStatus.PAGE value defined at extension cmsfacades.
    • OVERRIDE

      public static final SlotStatus OVERRIDE
      Generated enum value for SlotStatus.OVERRIDE value defined at extension cmsfacades.
  • Method Details

    • values

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