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_ENGAGEDEngagement/Object 2 is Being EngagedHOISTEDHoistedINDOORSIndoorsLINE_BETWEEN_COMMUNICATION_TOWERSLine between Communication TowersLINE_BETWEEN_POWER_TOWERSLine Between Power TowersMOUNTED_ATTACHEDMounted AttachedMOUNTED_UNATTACHED_AND_SUPPORTEDMounted Unattached and SupportedMOUNTED_UNATTACHED_AND_UNSUPPORTEDMounted Unattached and UnsupportedNOT_SPECIFIEDNot SpecifiedREFUELING_OPERATIONRefueling OperationRESTRAINED_TO_A_LIFEFORMRestrained to a LifeformRESTRAINED_TO_A_PLATFORMRestrained to a PlatformRESTRAINED_TO_AN_OBJECTRestrained to an ObjectRETURN_TO_BASE_OBJECT_2_IS_THE_DESTINATION_OBJECTReturn To Base/Object 2 is the Destination ObjectROOFRoofSEARCH_AND_RESCUE_BASKETSearch and Rescue BasketSEARCH_AND_RESCUE_RESCUE_COLLARSearch and Rescue Rescue CollarTOWED_IN_AIR_AFT_HOOKTowed in Air (Aft Hook)TOWED_IN_AIR_ALL_HOOKSTowed in Air (All Hooks)TOWED_IN_AIR_CENTER_HOOKTowed in Air (Center Hook)TOWED_IN_AIR_FORWARD_HOOKTowed in Air (Forward Hook)TOWED_IN_AIR_MISMANAGED_TANDEM_CENTER_AND_AFTTowed in Air (Mismanaged Tandem - Center and Aft)TOWED_IN_AIR_MISMANAGED_TANDEM_FORE_AND_CENTERTowed in Air (Mismanaged Tandem - Fore and Center)TOWED_IN_AIR_SINGLE_HOOK_NOT_SPECIFIEDTowed in Air (Single Hook, Not Specified)TOWED_IN_AIR_TANDEM_HOOK_FORE_AND_AFTTowed in Air (Tandem Hook - Fore and Aft)TOWED_ON_LANDTowed on LandTOWED_ON_WATER_SURFACETowed on Water SurfaceTOWED_UNDERWATERTowed Underwater -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static EntityAssociationPhysicalAssociationTypegetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static EntityAssociationPhysicalAssociationTypeunmarshalEnum(java.io.DataInputStream dis)static EntityAssociationPhysicalAssociationTypeunmarshalEnum(java.nio.ByteBuffer buff)static EntityAssociationPhysicalAssociationTypevalueOf(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:
toStringin classjava.lang.Enum<EntityAssociationPhysicalAssociationType>
-