Package edu.nps.moves.dis7.enumerations
Enum EntityAssociationPhysicalAssociationType
java.lang.Object
java.lang.Enum<EntityAssociationPhysicalAssociationType>
edu.nps.moves.dis7.enumerations.EntityAssociationPhysicalAssociationType
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<EntityAssociationPhysicalAssociationType>
,java.lang.constant.Constable
public enum EntityAssociationPhysicalAssociationType extends java.lang.Enum<EntityAssociationPhysicalAssociationType>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 323 marshal size 8
Entity Association-Physical Association Type
UID 323 marshal size 8
Entity Association-Physical Association Type
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ENGAGEMENT_OBJECT_2_IS_BEING_ENGAGED
Engagement/Object 2 is Being EngagedHOISTED
HoistedINDOORS
IndoorsLINE_BETWEEN_COMMUNICATION_TOWERS
Line between Communication TowersLINE_BETWEEN_POWER_TOWERS
Line Between Power TowersMOUNTED_ATTACHED
Mounted AttachedMOUNTED_UNATTACHED_AND_SUPPORTED
Mounted Unattached and SupportedMOUNTED_UNATTACHED_AND_UNSUPPORTED
Mounted Unattached and UnsupportedNOT_SPECIFIED
Not SpecifiedREFUELING_OPERATION
Refueling OperationRESTRAINED_TO_A_LIFEFORM
Restrained to a LifeformRESTRAINED_TO_A_PLATFORM
Restrained to a PlatformRESTRAINED_TO_AN_OBJECT
Restrained to an ObjectRETURN_TO_BASE_OBJECT_2_IS_THE_DESTINATION_OBJECT
Return To Base/Object 2 is the Destination ObjectROOF
RoofSEARCH_AND_RESCUE_BASKET
Search and Rescue BasketSEARCH_AND_RESCUE_RESCUE_COLLAR
Search and Rescue Rescue CollarTOWED_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 LandTOWED_ON_WATER_SURFACE
Towed on Water SurfaceTOWED_UNDERWATER
Towed Underwater -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static EntityAssociationPhysicalAssociationType
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static EntityAssociationPhysicalAssociationType
unmarshalEnum(java.io.DataInputStream dis)
static EntityAssociationPhysicalAssociationType
unmarshalEnum(java.nio.ByteBuffer buff)
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.
-
Enum Constant Details
-
NOT_SPECIFIED
Not Specified -
TOWED_IN_AIR_SINGLE_HOOK_NOT_SPECIFIED
Towed in Air (Single Hook, Not Specified) -
TOWED_ON_LAND
Towed on Land -
TOWED_ON_WATER_SURFACE
Towed on Water Surface -
TOWED_UNDERWATER
Towed Underwater -
MOUNTED_ATTACHED
Mounted Attached -
MOUNTED_UNATTACHED_AND_UNSUPPORTED
Mounted Unattached and Unsupported -
MOUNTED_UNATTACHED_AND_SUPPORTED
Mounted Unattached and Supported -
TOWED_IN_AIR_CENTER_HOOK
Towed in Air (Center Hook) -
TOWED_IN_AIR_FORWARD_HOOK
Towed in Air (Forward Hook) -
TOWED_IN_AIR_AFT_HOOK
Towed in Air (Aft Hook) -
TOWED_IN_AIR_TANDEM_HOOK_FORE_AND_AFT
Towed in Air (Tandem Hook - Fore and Aft) -
TOWED_IN_AIR_MISMANAGED_TANDEM_FORE_AND_CENTER
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_MISMANAGED_TANDEM_FORE_AND_CENTERTowed in Air (Mismanaged Tandem - Fore and Center) -
TOWED_IN_AIR_MISMANAGED_TANDEM_CENTER_AND_AFT
public static final EntityAssociationPhysicalAssociationType TOWED_IN_AIR_MISMANAGED_TANDEM_CENTER_AND_AFTTowed in Air (Mismanaged Tandem - Center and Aft) -
TOWED_IN_AIR_ALL_HOOKS
Towed in Air (All Hooks) -
HOISTED
Hoisted -
RESTRAINED_TO_A_LIFEFORM
Restrained to a Lifeform -
RESTRAINED_TO_A_PLATFORM
Restrained to a Platform -
RESTRAINED_TO_AN_OBJECT
Restrained to an Object -
REFUELING_OPERATION
Refueling Operation -
SEARCH_AND_RESCUE_BASKET
Search and Rescue Basket -
SEARCH_AND_RESCUE_RESCUE_COLLAR
Search and Rescue Rescue Collar -
ENGAGEMENT_OBJECT_2_IS_BEING_ENGAGED
Engagement/Object 2 is Being Engaged -
RETURN_TO_BASE_OBJECT_2_IS_THE_DESTINATION_OBJECT
public static final EntityAssociationPhysicalAssociationType RETURN_TO_BASE_OBJECT_2_IS_THE_DESTINATION_OBJECTReturn To Base/Object 2 is the Destination Object -
LINE_BETWEEN_COMMUNICATION_TOWERS
Line between Communication Towers -
LINE_BETWEEN_POWER_TOWERS
Line Between Power Towers -
INDOORS
Indoors -
ROOF
Roof
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getValue
public int getValue() -
getDescription
public java.lang.String getDescription() -
getEnumBitWidth
public static int getEnumBitWidth() -
getEnumForValue
-
marshal
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException- Throws:
java.io.IOException
-
marshal
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static EntityAssociationPhysicalAssociationType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static EntityAssociationPhysicalAssociationType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception- Throws:
java.lang.Exception
-
getMarshalledSize
public int getMarshalledSize() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Enum<EntityAssociationPhysicalAssociationType>
-