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