Enum Class AssignCouponResult

java.lang.Object
java.lang.Enum<AssignCouponResult>
de.hybris.platform.customercouponfacades.emums.AssignCouponResult
All Implemented Interfaces:
Serializable, Comparable<AssignCouponResult>, Constable

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

    • SUCCESS

      public static final AssignCouponResult SUCCESS
      Generated enum value for AssignCouponResult.SUCCESS value defined at extension customercouponfacades.
    • ASSIGNED

      public static final AssignCouponResult ASSIGNED
      Generated enum value for AssignCouponResult.ASSIGNED value defined at extension customercouponfacades.
    • INEXISTENCE

      public static final AssignCouponResult INEXISTENCE
      Generated enum value for AssignCouponResult.INEXISTENCE value defined at extension customercouponfacades.
    • NOTALLOWED

      public static final AssignCouponResult NOTALLOWED
      Generated enum value for AssignCouponResult.NOTALLOWED value defined at extension customercouponfacades.
  • Method Details

    • values

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