public enum IOActionIOActionPhase extends java.lang.Enum<IOActionIOActionPhase>
Enum Constant and Description |
---|
CONTINUE_ATTACK_EFFECTS_WITH_CHANGES
Continue Attack Effects with Changes
|
CONTINUE_ATTACK_PROFILE_WITH_CHANGES
Continue Attack Profile with Changes
|
END_ATTACK_PROFILE
End Attack Profile
|
END_ATTACKED_EFFECTS
End Attacked Effects
|
NO_STATEMENT
No Statement
|
START_ATTACK_EFFECTS
Start Attack Effects
|
START_ATTACK_PROFILE
Start Attack Profile
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static IOActionIOActionPhase |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static IOActionIOActionPhase |
unmarshalEnum(java.nio.ByteBuffer buff) |
static IOActionIOActionPhase |
unmarshalEnum(java.io.DataInputStream dis) |
static IOActionIOActionPhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOActionIOActionPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOActionIOActionPhase NO_STATEMENT
public static final IOActionIOActionPhase START_ATTACK_PROFILE
public static final IOActionIOActionPhase END_ATTACK_PROFILE
public static final IOActionIOActionPhase CONTINUE_ATTACK_PROFILE_WITH_CHANGES
public static final IOActionIOActionPhase START_ATTACK_EFFECTS
public static final IOActionIOActionPhase END_ATTACKED_EFFECTS
public static final IOActionIOActionPhase CONTINUE_ATTACK_EFFECTS_WITH_CHANGES
public static IOActionIOActionPhase[] values()
for (IOActionIOActionPhase c : IOActionIOActionPhase.values()) System.out.println(c);
public static IOActionIOActionPhase 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 int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static IOActionIOActionPhase getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static IOActionIOActionPhase unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static IOActionIOActionPhase unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()