Enum Class BackgroundColor

java.lang.Object
java.lang.Enum<BackgroundColor>
com.wechat.pay.java.service.cashcoupons.model.BackgroundColor
All Implemented Interfaces:
Serializable, Comparable<BackgroundColor>, Constable

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

    • COLOR010

      @SerializedName("COLOR010") public static final BackgroundColor COLOR010
    • COLOR020

      @SerializedName("COLOR020") public static final BackgroundColor COLOR020
    • COLOR030

      @SerializedName("COLOR030") public static final BackgroundColor COLOR030
    • COLOR040

      @SerializedName("COLOR040") public static final BackgroundColor COLOR040
    • COLOR050

      @SerializedName("COLOR050") public static final BackgroundColor COLOR050
    • COLOR060

      @SerializedName("COLOR060") public static final BackgroundColor COLOR060
    • COLOR070

      @SerializedName("COLOR070") public static final BackgroundColor COLOR070
    • COLOR080

      @SerializedName("COLOR080") public static final BackgroundColor COLOR080
    • COLOR081

      @SerializedName("COLOR081") public static final BackgroundColor COLOR081
    • COLOR082

      @SerializedName("COLOR082") public static final BackgroundColor COLOR082
    • COLOR090

      @SerializedName("COLOR090") public static final BackgroundColor COLOR090
    • COLOR100

      @SerializedName("COLOR100") public static final BackgroundColor COLOR100
    • COLOR101

      @SerializedName("COLOR101") public static final BackgroundColor COLOR101
    • COLOR102

      @SerializedName("COLOR102") public static final BackgroundColor COLOR102
  • Method Details

    • values

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