Package edu.nps.moves.dis7.enumerations
Enum LifeFormHumanSpecificManPortableAirDefenseSystem
java.lang.Object
java.lang.Enum<LifeFormHumanSpecificManPortableAirDefenseSystem>
edu.nps.moves.dis7.enumerations.LifeFormHumanSpecificManPortableAirDefenseSystem
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<LifeFormHumanSpecificManPortableAirDefenseSystem>,java.lang.constant.Constable
public enum LifeFormHumanSpecificManPortableAirDefenseSystem extends java.lang.Enum<LifeFormHumanSpecificManPortableAirDefenseSystem>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 520 marshal size 8
Life Form-Human-Specific-Man-Portable Air Defense System
UID 520 marshal size 8
Life Form-Human-Specific-Man-Portable Air Defense System
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description $106MM_RBS_70106mm RBS-70$130MM_STARSTREAK_HVM130mm Starstreak HVM$70MM_FIM_42_REDEYE70mm FIM-42 Redeye$70MM_FIM_92_STINGER70mm FIM-92 Stinger$71MM_MISAGH_171mm Misagh-1$71MM_MISAGH_271mm Misagh-2$72MM_9K310_IGLA_M_SA_1672mm 9K310 Igla-M (SA-16)$72MM_9K32M_STRELA_2_SA_772mm 9K32M Strela-2 (SA-7)$72MM_9K333_VEBRA_SA_2572mm 9K333 Vebra (SA-25)$72MM_9K36_STRELA_3_SA_1472mm 9K36 Strela-3 (SA-14)$72MM_9K38_IGLA_SA_1872mm 9K38 Igla (SA-18)$72MM_FN_672mm FN-6$72MM_HN_5_HONG_YING_572mm HN-5 Hong-Ying-5$72MM_QW_1_VANGUARD72mm QW-1 Vanguard$72MM_QW_2_VANGUARD_272mm QW-2 Vanguard 2$76MM_BLOWPIPE76mm Blowpipe$76MM_STARBURST_JAVELIN_S_1576mm Starburst (Javelin S-15)$80MM_KP_SAM_SHUN_GUNG_CHIRON80mm KP-SAM Shun-Gung (Chiron)$80MM_TYPE_91_KIN_SAM80mm Type-91 Kin-SAM$90MM_MISTRAL90mm Mistral$90MM_QW_390mm QW-3OTHEROther -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static LifeFormHumanSpecificManPortableAirDefenseSystemgetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static LifeFormHumanSpecificManPortableAirDefenseSystemunmarshalEnum(java.io.DataInputStream dis)static LifeFormHumanSpecificManPortableAirDefenseSystemunmarshalEnum(java.nio.ByteBuffer buff)static LifeFormHumanSpecificManPortableAirDefenseSystemvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LifeFormHumanSpecificManPortableAirDefenseSystem[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
$70MM_FIM_42_REDEYE
70mm FIM-42 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_VEBRA_SA_25
72mm 9K333 Vebra (SA-25) -
$72MM_HN_5_HONG_YING_5
72mm HN-5 Hong-Ying-5 -
$72MM_QW_1_VANGUARD
72mm QW-1 Vanguard -
$72MM_QW_2_VANGUARD_2
72mm QW-2 Vanguard 2 -
$90MM_QW_3
90mm QW-3 -
$72MM_FN_6
72mm FN-6 -
$71MM_MISAGH_1
71mm Misagh-1 -
$71MM_MISAGH_2
71mm Misagh-2 -
$80MM_TYPE_91_KIN_SAM
80mm Type-91 Kin-SAM -
$80MM_KP_SAM_SHUN_GUNG_CHIRON
80mm KP-SAM Shun-Gung (Chiron) -
$106MM_RBS_70
106mm RBS-70
-
-
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 LifeFormHumanSpecificManPortableAirDefenseSystem unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static LifeFormHumanSpecificManPortableAirDefenseSystem 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<LifeFormHumanSpecificManPortableAirDefenseSystem>
-