Sc2ApiSerializable<SC2APIProtocol.Ui.ActionControlGroup.ControlGroupAction>
, java.io.Serializable
, java.lang.Comparable<ActionUiControlGroup.Action>
public static enum ActionUiControlGroup.Action extends java.lang.Enum<ActionUiControlGroup.Action> implements Sc2ApiSerializable<SC2APIProtocol.Ui.ActionControlGroup.ControlGroupAction>
Enum Constant | Description |
---|---|
APPEND |
|
APPEND_AND_STEAL |
|
RECALL |
|
SET |
|
SET_AND_STEAL |
Modifier and Type | Method | Description |
---|---|---|
static ActionUiControlGroup.Action |
from(SC2APIProtocol.Ui.ActionControlGroup.ControlGroupAction sc2ApiControlGroupAction) |
|
SC2APIProtocol.Ui.ActionControlGroup.ControlGroupAction |
toSc2Api() |
|
static ActionUiControlGroup.Action |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ActionUiControlGroup.Action[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionUiControlGroup.Action RECALL
public static final ActionUiControlGroup.Action SET
public static final ActionUiControlGroup.Action APPEND
public static final ActionUiControlGroup.Action SET_AND_STEAL
public static final ActionUiControlGroup.Action APPEND_AND_STEAL
public static ActionUiControlGroup.Action[] values()
for (ActionUiControlGroup.Action c : ActionUiControlGroup.Action.values()) System.out.println(c);
public static ActionUiControlGroup.Action 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 nullpublic static ActionUiControlGroup.Action from(SC2APIProtocol.Ui.ActionControlGroup.ControlGroupAction sc2ApiControlGroupAction)
public SC2APIProtocol.Ui.ActionControlGroup.ControlGroupAction toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Ui.ActionControlGroup.ControlGroupAction>
Copyright © 2017–2018 Ocraft Project. All rights reserved.