| Enum Constant and Description |
|---|
SKU_STATUS_EXPIRE |
SKU_STATUS_INVALID |
SKU_STATUS_UNKNOWN |
SKU_STATUS_VAILD |
| Modifier and Type | Method and Description |
|---|---|
static SkuStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SkuStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="SKU_STATUS_INVALID") public static final SkuStatus SKU_STATUS_INVALID
@SerializedName(value="SKU_STATUS_VAILD") public static final SkuStatus SKU_STATUS_VAILD
@SerializedName(value="SKU_STATUS_EXPIRE") public static final SkuStatus SKU_STATUS_EXPIRE
@SerializedName(value="SKU_STATUS_UNKNOWN") public static final SkuStatus SKU_STATUS_UNKNOWN
public static SkuStatus[] values()
for (SkuStatus c : SkuStatus.values()) System.out.println(c);
public static SkuStatus 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