public enum EntityAssociationPhysicalAssociationType extends java.lang.Enum<EntityAssociationPhysicalAssociationType>
Enum Constant and Description |
---|
ENGAGEMENT_OBJECT_2_IS_BEING_ENGAGED
Engagement/Object 2 is Being Engaged
|
HOISTED
Hoisted
|
INDOORS
Indoors
|
LINE_BETWEEN_COMMUNICATION_TOWERS
Line between Communication Towers
|
LINE_BETWEEN_POWER_TOWERS
Line Between Power Towers
|
MOUNTED_ATTACHED
Mounted Attached
|
MOUNTED_UNATTACHED_AND_SUPPORTED
Mounted Unattached and Supported
|
MOUNTED_UNATTACHED_AND_UNSUPPORTED
Mounted Unattached and Unsupported
|
NOT_SPECIFIED
Not Specified
|
REFUELING_OPERATION
Refueling Operation
|
RESTRAINED_TO_A_LIFEFORM
Restrained to a Lifeform
|
RESTRAINED_TO_A_PLATFORM
Restrained to a Platform
|
RESTRAINED_TO_AN_OBJECT
Restrained to an Object
|
RETURN_TO_BASE_OBJECT_2_IS_THE_DESTINATION_OBJECT
Return To Base/Object 2 is the Destination Object
|
ROOF
Roof
|
SEARCH_AND_RESCUE_BASKET
Search and Rescue Basket
|
SEARCH_AND_RESCUE_RESCUE_COLLAR
Search and Rescue Rescue Collar
|
TOWED_IN_AIR_AFT_HOOK
Towed in Air (Aft Hook)
|
TOWED_IN_AIR_ALL_HOOKS
Towed in Air (All Hooks)
|
TOWED_IN_AIR_CENTER_HOOK
Towed in Air (Center Hook)
|
TOWED_IN_AIR_FORWARD_HOOK
Towed in Air (Forward Hook)
|
TOWED_IN_AIR_MISMANAGED_TANDEM_CENTER_AND_AFT
Towed in Air (Mismanaged Tandem - Center and Aft)
|
TOWED_IN_AIR_MISMANAGED_TANDEM_FORE_AND_CENTER
Towed in Air (Mismanaged Tandem - Fore and Center)
|
TOWED_IN_AIR_SINGLE_HOOK_NOT_SPECIFIED
Towed in Air (Single Hook, Not Specified)
|
TOWED_IN_AIR_TANDEM_HOOK_FORE_AND_AFT
Towed in Air (Tandem Hook - Fore and Aft)
|
TOWED_ON_LAND
Towed on Land
|
TOWED_ON_WATER_SURFACE
Towed on Water Surface
|
TOWED_UNDERWATER
Towed Underwater
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static EntityAssociationPhysicalAssociationType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static EntityAssociationPhysicalAssociationType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static EntityAssociationPhysicalAssociationType |
unmarshalEnum(java.io.DataInputStream dis) |
static EntityAssociationPhysicalAssociationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityAssociationPhysicalAssociationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityAssociationPhysicalAssociationType NOT_SPECIFIED
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_SINGLE_HOOK_NOT_SPECIFIED
public static final EntityAssociationPhysicalAssociationType TOWED_ON_LAND
public static final EntityAssociationPhysicalAssociationType TOWED_ON_WATER_SURFACE
public static final EntityAssociationPhysicalAssociationType TOWED_UNDERWATER
public static final EntityAssociationPhysicalAssociationType MOUNTED_ATTACHED
public static final EntityAssociationPhysicalAssociationType MOUNTED_UNATTACHED_AND_UNSUPPORTED
public static final EntityAssociationPhysicalAssociationType MOUNTED_UNATTACHED_AND_SUPPORTED
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_CENTER_HOOK
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_FORWARD_HOOK
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_AFT_HOOK
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_TANDEM_HOOK_FORE_AND_AFT
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_MISMANAGED_TANDEM_FORE_AND_CENTER
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_MISMANAGED_TANDEM_CENTER_AND_AFT
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_ALL_HOOKS
public static final EntityAssociationPhysicalAssociationType HOISTED
public static final EntityAssociationPhysicalAssociationType RESTRAINED_TO_A_LIFEFORM
public static final EntityAssociationPhysicalAssociationType RESTRAINED_TO_A_PLATFORM
public static final EntityAssociationPhysicalAssociationType RESTRAINED_TO_AN_OBJECT
public static final EntityAssociationPhysicalAssociationType REFUELING_OPERATION
public static final EntityAssociationPhysicalAssociationType SEARCH_AND_RESCUE_BASKET
public static final EntityAssociationPhysicalAssociationType SEARCH_AND_RESCUE_RESCUE_COLLAR
public static final EntityAssociationPhysicalAssociationType ENGAGEMENT_OBJECT_2_IS_BEING_ENGAGED
public static final EntityAssociationPhysicalAssociationType RETURN_TO_BASE_OBJECT_2_IS_THE_DESTINATION_OBJECT
public static final EntityAssociationPhysicalAssociationType LINE_BETWEEN_COMMUNICATION_TOWERS
public static final EntityAssociationPhysicalAssociationType LINE_BETWEEN_POWER_TOWERS
public static final EntityAssociationPhysicalAssociationType INDOORS
public static final EntityAssociationPhysicalAssociationType ROOF
public static EntityAssociationPhysicalAssociationType[] values()
for (EntityAssociationPhysicalAssociationType c : EntityAssociationPhysicalAssociationType.values()) System.out.println(c);
public static EntityAssociationPhysicalAssociationType 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 EntityAssociationPhysicalAssociationType 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 EntityAssociationPhysicalAssociationType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static EntityAssociationPhysicalAssociationType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()