java.lang.Object
java.lang.Enum<DocType>
de.hybris.platform.unifieduibackofficeservices.model.configuration.dynamicpricing.enums.DocType
All Implemented Interfaces:
Serializable, Comparable<DocType>, Constable

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

    • DELETE_DYNAMIC_PRICING_RULE_REQUEST

      public static final DocType DELETE_DYNAMIC_PRICING_RULE_REQUEST
    • UPDATE_DYNAMIC_PRICING_RULE_REQUEST

      public static final DocType UPDATE_DYNAMIC_PRICING_RULE_REQUEST
  • Method Details

    • values

      public static DocType[] 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 DocType 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
    • getValue

      public String getValue()
      returns the value
      Returns:
      the value