public enum IOActionIOWarfareType extends java.lang.Enum<IOActionIOWarfareType>
Enum Constant and Description |
---|
COMPUTER_NETWORK_OPERATIONS_CNO
Computer Network Operations (CNO)
|
ELECTRONIC_WARFARE_EW
Electronic Warfare (EW)
|
MILITARY_DECEPTION_MILDEC
Military Deception (MILDEC)
|
NO_STATEMENT
No Statement
|
OPERATIONS_SECURITY_OPSEC
Operations Security (OPSEC)
|
PHYSICAL_ATTACK
Physical Attack
|
PSYCHOLOGICAL_OPERATIONS_PSYOPS
Psychological Operations (PSYOPS)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static IOActionIOWarfareType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static IOActionIOWarfareType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static IOActionIOWarfareType |
unmarshalEnum(java.io.DataInputStream dis) |
static IOActionIOWarfareType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOActionIOWarfareType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOActionIOWarfareType NO_STATEMENT
public static final IOActionIOWarfareType ELECTRONIC_WARFARE_EW
public static final IOActionIOWarfareType COMPUTER_NETWORK_OPERATIONS_CNO
public static final IOActionIOWarfareType PSYCHOLOGICAL_OPERATIONS_PSYOPS
public static final IOActionIOWarfareType MILITARY_DECEPTION_MILDEC
public static final IOActionIOWarfareType OPERATIONS_SECURITY_OPSEC
public static final IOActionIOWarfareType PHYSICAL_ATTACK
public static IOActionIOWarfareType[] values()
for (IOActionIOWarfareType c : IOActionIOWarfareType.values()) System.out.println(c);
public static IOActionIOWarfareType 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 IOActionIOWarfareType 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 IOActionIOWarfareType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static IOActionIOWarfareType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()