public enum EntityDamageStatusComponentIdentification extends java.lang.Enum<EntityDamageStatusComponentIdentification>
Enum Constant and Description |
---|
ACQUISITION_SENSOR
Acquisition Sensor
|
CONTROL_SURFACE
Control Surface
|
CONTROL_SYSTEM
Control System
|
CREW_MEMBER
Crew Member
|
ENGINE_PROPULSION_SYSTEM
Engine / Propulsion System
|
ENTITY_CENTER_NO_SPECIFIC_COMPONENT
Entity Center (No Specific Component)
|
ENTITY_STRUCTURE
Entity Structure
|
FUEL_TANK_SOLID_ROCKET_MOTOR
Fuel Tank / Solid Rocket Motor
|
FUSE
Fuse
|
TRACKING_SENSOR
Tracking Sensor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static EntityDamageStatusComponentIdentification |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static EntityDamageStatusComponentIdentification |
unmarshalEnum(java.nio.ByteBuffer buff) |
static EntityDamageStatusComponentIdentification |
unmarshalEnum(java.io.DataInputStream dis) |
static EntityDamageStatusComponentIdentification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityDamageStatusComponentIdentification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityDamageStatusComponentIdentification ENTITY_CENTER_NO_SPECIFIC_COMPONENT
public static final EntityDamageStatusComponentIdentification ENTITY_STRUCTURE
public static final EntityDamageStatusComponentIdentification CONTROL_SYSTEM
public static final EntityDamageStatusComponentIdentification CONTROL_SURFACE
public static final EntityDamageStatusComponentIdentification ENGINE_PROPULSION_SYSTEM
public static final EntityDamageStatusComponentIdentification CREW_MEMBER
public static final EntityDamageStatusComponentIdentification FUSE
public static final EntityDamageStatusComponentIdentification ACQUISITION_SENSOR
public static final EntityDamageStatusComponentIdentification TRACKING_SENSOR
public static final EntityDamageStatusComponentIdentification FUEL_TANK_SOLID_ROCKET_MOTOR
public static EntityDamageStatusComponentIdentification[] values()
for (EntityDamageStatusComponentIdentification c : EntityDamageStatusComponentIdentification.values()) System.out.println(c);
public static EntityDamageStatusComponentIdentification 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 EntityDamageStatusComponentIdentification 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 EntityDamageStatusComponentIdentification unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static EntityDamageStatusComponentIdentification unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()