public enum EntityAssociationAssociationType extends java.lang.Enum<EntityAssociationAssociationType>
Enum Constant and Description |
---|
CAP_POINT_LOCATION
CAP Point Location
|
DOWNED_PILOT
Downed Pilot
|
ENTITY_HEADED_TOWARDS_TO_JOIN_UP_WITH
Entity Headed towards to Join Up With
|
FLIGHT_LEADER
Flight Leader
|
FLIGHT_MEMBER
Flight Member
|
HOME_BASE_LOCATION
Home Base Location
|
IP_POINT
IP Point
|
LANDING_ZONE_LOCATION
Landing Zone Location
|
ON_STATION_LOCATION
On-Station Location
|
OTHER
Other
|
RENDEZVOUS_POINT
Rendezvous Point
|
TANKER_ENTITY_THAT_IS_CURRENTLY_REFUELING_THE_TRANSFERRED_ENTITY
Tanker Entity that Is Currently Refueling the Transferred Entity
|
TANKER_ENTITY_THE_TRANSFERRED_ENTITY_IS_HEADED_TOWARDS_TO_REFUEL
Tanker Entity the Transferred Entity Is Headed towards to Refuel
|
TARGET_ENTITY
Target Entity
|
TARGET_LOCATION
Target Location
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static EntityAssociationAssociationType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static EntityAssociationAssociationType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static EntityAssociationAssociationType |
unmarshalEnum(java.io.DataInputStream dis) |
static EntityAssociationAssociationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityAssociationAssociationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityAssociationAssociationType OTHER
public static final EntityAssociationAssociationType TARGET_ENTITY
public static final EntityAssociationAssociationType TARGET_LOCATION
public static final EntityAssociationAssociationType HOME_BASE_LOCATION
public static final EntityAssociationAssociationType CAP_POINT_LOCATION
public static final EntityAssociationAssociationType FLIGHT_LEADER
public static final EntityAssociationAssociationType FLIGHT_MEMBER
public static final EntityAssociationAssociationType IP_POINT
public static final EntityAssociationAssociationType RENDEZVOUS_POINT
public static final EntityAssociationAssociationType ON_STATION_LOCATION
public static final EntityAssociationAssociationType LANDING_ZONE_LOCATION
public static final EntityAssociationAssociationType DOWNED_PILOT
public static final EntityAssociationAssociationType TANKER_ENTITY_THAT_IS_CURRENTLY_REFUELING_THE_TRANSFERRED_ENTITY
public static final EntityAssociationAssociationType TANKER_ENTITY_THE_TRANSFERRED_ENTITY_IS_HEADED_TOWARDS_TO_REFUEL
public static final EntityAssociationAssociationType ENTITY_HEADED_TOWARDS_TO_JOIN_UP_WITH
public static EntityAssociationAssociationType[] values()
for (EntityAssociationAssociationType c : EntityAssociationAssociationType.values()) System.out.println(c);
public static EntityAssociationAssociationType 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 EntityAssociationAssociationType 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 EntityAssociationAssociationType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static EntityAssociationAssociationType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()