Enum Class LifeFormHumanSpecificManPortableAirDefenseSystem
java.lang.Object
java.lang.Enum<LifeFormHumanSpecificManPortableAirDefenseSystem>
edu.nps.moves.dis7.enumerations.LifeFormHumanSpecificManPortableAirDefenseSystem
- All Implemented Interfaces:
Serializable
,Comparable<LifeFormHumanSpecificManPortableAirDefenseSystem>
,Constable
public enum LifeFormHumanSpecificManPortableAirDefenseSystem
extends Enum<LifeFormHumanSpecificManPortableAirDefenseSystem>
This
enum
type is generated from XML,
UID 520,
marshal size 8;
LifeFormHumanSpecificManPortableAirDefenseSystem has 27 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 ConstantDescription130mm Starstreak HVM70mm FIM-43 Redeye70mm FIM-92 Stinger71mm Misagh-172mm 9K310 Igla-M (SA-16)72mm 9K32M Strela-2 (SA-7)72mm 9K32M Strela-2M (SA-7B)72mm 9K333 Verba (SA-29)72mm 9K338 Igla-S (SA-24 Grinch)72mm 9K36 Strela-3 (SA-14)72mm 9K38 Igla (SA-18)72mm CSA-10 (FN-6)72mm CSA-11 (QW-18)72mm CSA-14 (FN-16)72mm CSA-7 (QW-1, Vanguard)72mm CSA-8 (QW-2)72mm PPZR Piorun (Grom-M)76mm Blowpipe76mm Starburst (Javelin S-15)90mm Mistral90mm QW-380mm KP-SAM Shun-Gung (Chiron)106mm RBS-7080mm Type-91 Kin-SAMOther72mm HN-5 Hong-Ying-571mm Misagh-2 -
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
-
OTHER
Other -
_70MM_FIM_43_REDEYE
70mm FIM-43 Redeye -
_70MM_FIM_92_STINGER
70mm FIM-92 Stinger -
_76MM_BLOWPIPE
76mm Blowpipe -
_76MM_STARBURST_JAVELIN_S_15
76mm Starburst (Javelin S-15) -
_130MM_STARSTREAK_HVM
130mm Starstreak HVM -
_90MM_MISTRAL
90mm Mistral -
_72MM_9K32M_STRELA_2_SA_7
72mm 9K32M Strela-2 (SA-7) -
_72MM_9K36_STRELA_3_SA_14
72mm 9K36 Strela-3 (SA-14) -
_72MM_9K38_IGLA_SA_18
72mm 9K38 Igla (SA-18) -
_72MM_9K310_IGLA_M_SA_16
72mm 9K310 Igla-M (SA-16) -
_72MM_9K333_VERBA_SA_29
72mm 9K333 Verba (SA-29) -
_72MM_9K338_IGLA_S_SA_24_GRINCH
public static final LifeFormHumanSpecificManPortableAirDefenseSystem _72MM_9K338_IGLA_S_SA_24_GRINCH72mm 9K338 Igla-S (SA-24 Grinch) -
_72MM_9K32M_STRELA_2M_SA_7B
72mm 9K32M Strela-2M (SA-7B) -
_72MM_PPZR_PIORUN_GROM_M
72mm PPZR Piorun (Grom-M) -
SUPPLEMENTAL_EMISSION_ENTITY_STATE
public static final LifeFormHumanSpecificManPortableAirDefenseSystem SUPPLEMENTAL_EMISSION_ENTITY_STATE72mm HN-5 Hong-Ying-5 -
_72MM_CSA_7_QW_1_VANGUARD
72mm CSA-7 (QW-1, Vanguard) -
_72MM_CSA_8_QW_2
72mm CSA-8 (QW-2) -
_90MM_QW_3
90mm QW-3 -
_72MM_CSA_10_FN_6
72mm CSA-10 (FN-6) -
_72MM_CSA_11_QW_18
72mm CSA-11 (QW-18) -
_72MM_CSA_14_FN_16
72mm CSA-14 (FN-16) -
_71MM_MISAGH_1
71mm Misagh-1 -
TIME_SPACE_POSITION_INFORMATION
public static final LifeFormHumanSpecificManPortableAirDefenseSystem TIME_SPACE_POSITION_INFORMATION71mm Misagh-2 -
LIVE_ENTITY_DETONATION
80mm Type-91 Kin-SAM -
ACKNOWLEDGE_RELIABLE
80mm KP-SAM Shun-Gung (Chiron) -
DATA_RELIABLE
106mm RBS-70
-
-
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 LifeFormHumanSpecificManPortableAirDefenseSystem 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 LifeFormHumanSpecificManPortableAirDefenseSystem 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<LifeFormHumanSpecificManPortableAirDefenseSystem>
- Returns:
- class name, value and name
-