public enum ParticipateMchStatus extends java.lang.Enum<ParticipateMchStatus>
| Enum Constant and Description |
|---|
PARTIC_MCH_STATUS_EXPIRE |
PARTIC_MCH_STATUS_INVALID |
PARTIC_MCH_STATUS_VALID |
| Modifier and Type | Method and Description |
|---|---|
static ParticipateMchStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParticipateMchStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="PARTIC_MCH_STATUS_INVALID") public static final ParticipateMchStatus PARTIC_MCH_STATUS_INVALID
@SerializedName(value="PARTIC_MCH_STATUS_VALID") public static final ParticipateMchStatus PARTIC_MCH_STATUS_VALID
@SerializedName(value="PARTIC_MCH_STATUS_EXPIRE") public static final ParticipateMchStatus PARTIC_MCH_STATUS_EXPIRE
public static ParticipateMchStatus[] values()
for (ParticipateMchStatus c : ParticipateMchStatus.values()) System.out.println(c);
public static ParticipateMchStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null