public static enum TRoutineLoadJobActionSqlNode.ActionType extends Enum<TRoutineLoadJobActionSqlNode.ActionType>
| Modifier and Type | Method and Description |
|---|---|
static TRoutineLoadJobActionSqlNode.ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TRoutineLoadJobActionSqlNode.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TRoutineLoadJobActionSqlNode.ActionType PAUSE
public static final TRoutineLoadJobActionSqlNode.ActionType RESUME
public static final TRoutineLoadJobActionSqlNode.ActionType STOP
public static TRoutineLoadJobActionSqlNode.ActionType[] values()
for (TRoutineLoadJobActionSqlNode.ActionType c : TRoutineLoadJobActionSqlNode.ActionType.values()) System.out.println(c);
public static TRoutineLoadJobActionSqlNode.ActionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null