Enum Class EntityAssociationPhysicalAssociationType
java.lang.Object
java.lang.Enum<EntityAssociationPhysicalAssociationType>
edu.nps.moves.dis7.enumerations.EntityAssociationPhysicalAssociationType
- All Implemented Interfaces:
Serializable
,Comparable<EntityAssociationPhysicalAssociationType>
,Constable
public enum EntityAssociationPhysicalAssociationType
extends Enum<EntityAssociationPhysicalAssociationType>
This
enum
type is generated from XML,
UID 323,
marshal size 8;
EntityAssociationPhysicalAssociationType has 28 enumerations total.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSearch and Rescue BasketRefueling OperationHoistedIndoorsLine between Communication TowersLine Between Power TowersMounted AttachedMounted Unattached and SupportedMounted Unattached and UnsupportedNot SpecifiedReturn To Base/Object 2 is the Destination ObjectSearch and Rescue Rescue CollarRestrained to a PlatformRestrained to an ObjectEngagement/Object 2 is Being EngagedRestrained to a Life FormTop SurfaceTowed in Air (Aft Hook)Towed in Air (All Hooks)Towed in Air (Center Hook)Towed in Air (Forward Hook)Towed in Air (Mismanaged Tandem - Center and Aft)Towed in Air (Mismanaged Tandem - Fore and Center)Towed in Air (Single Hook, Not Specified)Towed in Air (Tandem Hook - Fore and Aft)Towed on LandTowed on Water SurfaceTowed Underwater -
Method Summary
Modifier and TypeMethodDescriptionProvide enumeration descriptionstatic int
bit width for this enumerationgetEnumForValue
(int value) Provide enumeration for a given valueint
Returns size of this serialized (marshalled) object in bytesgetName()
Provide nameboolean
getTRACE()
Whether tracing is on or off for this objectint
getValue()
Provide enumeration valuevoid
marshal
(DataOutputStream dos) Marshal value to DataOutputStreamvoid
marshal
(ByteBuffer byteBuffer) Marshal value to ByteBuffervoid
setTRACE
(boolean value) Set tracing on/off for this objecttoString()
Provide simple identifierUnmarshal value to DataInputStreamunmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, 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 -
SUPPLEMENTAL_EMISSION_ENTITY_STATE
Restrained to a Life Form -
RESTRAINED_TO_A_PLATFORM
Restrained to a Platform -
RESTRAINED_TO_AN_OBJECT
Restrained to an Object -
EVENT_REPORT_RELIABLE
Refueling Operation -
COMMENT_RELIABLE
Search and Rescue Basket -
RECORD_RELIABLE
Search and Rescue Rescue Collar -
SET_RECORD_RELIABLE
Engagement/Object 2 is Being Engaged -
RECORD_QUERY_RELIABLE
Return 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 -
TOP_SURFACE
Top Surface
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()Provide enumeration value- Returns:
- integer value
-
getDescription
-
getEnumBitWidth
public static int getEnumBitWidth()bit width for this enumeration- Returns:
- number of bits wide
-
getEnumForValue
Provide enumeration for a given value- Parameters:
value
- integer value of interest- Returns:
- enumeration corresponding to numeric value
-
setTRACE
public void setTRACE(boolean value) Set tracing on/off for this object- Parameters:
value
- whether tracing is on or off
-
getTRACE
public boolean getTRACE()Whether tracing is on or off for this object- Returns:
- whether tracing is on or off
-
marshal
Marshal value to DataOutputStream- Parameters:
dos
- DataOutputStream for output- Throws:
IOException
- input-output error- See Also:
-
marshal
Marshal value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for output- Throws:
IOException
- input-output errorException
- See Also:
-
unmarshalEnum
public static EntityAssociationPhysicalAssociationType unmarshalEnum(DataInputStream dis) throws Exception Unmarshal value to DataInputStream- Parameters:
dis
- DataInputStream for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
unmarshalEnum
public static EntityAssociationPhysicalAssociationType unmarshalEnum(ByteBuffer byteBuffer) throws Exception Unmarshal enumeration value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
getName
-
toString
Provide simple identifier- Overrides:
toString
in classEnum<EntityAssociationPhysicalAssociationType>
- Returns:
- class name, value and name
-