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