public enum IsPartOfNature extends java.lang.Enum<IsPartOfNature>
Enum Constant and Description |
---|
COMPUTER_GENERATED_FORCES_CARRIED_AS_CARGO
Computer generated forces carried as cargo
|
EMITTER_MOUNTED_ON_HOST
Emitter mounted on host
|
ENTITY_STATIONED_AT_POSITION_WITH_RESPECT_TO_HOST
Entity stationed at position with respect to host
|
FUEL_CARRIED_AS_CARGO
Fuel carried as cargo
|
GUNMOUNT_ATTACHED_TO_HOST
Gunmount attached to host
|
HOST_FIREABLE_MUNITION
Host-fireable munition
|
MOBILE_COMMAND_AND_CONTROL_ENTITY_CARRIED_ABOARD_HOST
Mobile command and control entity carried aboard host
|
MUNITION_CARRIED_AS_CARGO
Munition carried as cargo
|
OTHER
Other
|
TEAM_MEMBER_IN_FORMATION_WITH
Team member in formation with
|
VEHICLE_CARRIED_AS_CARGO
Vehicle carried as cargo
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static IsPartOfNature |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static IsPartOfNature |
unmarshalEnum(java.nio.ByteBuffer buff) |
static IsPartOfNature |
unmarshalEnum(java.io.DataInputStream dis) |
static IsPartOfNature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IsPartOfNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsPartOfNature OTHER
public static final IsPartOfNature HOST_FIREABLE_MUNITION
public static final IsPartOfNature MUNITION_CARRIED_AS_CARGO
public static final IsPartOfNature FUEL_CARRIED_AS_CARGO
public static final IsPartOfNature GUNMOUNT_ATTACHED_TO_HOST
public static final IsPartOfNature COMPUTER_GENERATED_FORCES_CARRIED_AS_CARGO
public static final IsPartOfNature VEHICLE_CARRIED_AS_CARGO
public static final IsPartOfNature EMITTER_MOUNTED_ON_HOST
public static final IsPartOfNature MOBILE_COMMAND_AND_CONTROL_ENTITY_CARRIED_ABOARD_HOST
public static final IsPartOfNature ENTITY_STATIONED_AT_POSITION_WITH_RESPECT_TO_HOST
public static final IsPartOfNature TEAM_MEMBER_IN_FORMATION_WITH
public static IsPartOfNature[] values()
for (IsPartOfNature c : IsPartOfNature.values()) System.out.println(c);
public static IsPartOfNature 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 IsPartOfNature 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 IsPartOfNature unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static IsPartOfNature unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()