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_70
106mm RBS-70$130MM_STARSTREAK_HVM
130mm Starstreak HVM$70MM_FIM_42_REDEYE
70mm FIM-42 Redeye$70MM_FIM_92_STINGER
70mm FIM-92 Stinger$71MM_MISAGH_1
71mm Misagh-1$71MM_MISAGH_2
71mm Misagh-2$72MM_9K310_IGLA_M_SA_16
72mm 9K310 Igla-M (SA-16)$72MM_9K32M_STRELA_2_SA_7
72mm 9K32M Strela-2 (SA-7)$72MM_9K333_VEBRA_SA_25
72mm 9K333 Vebra (SA-25)$72MM_9K36_STRELA_3_SA_14
72mm 9K36 Strela-3 (SA-14)$72MM_9K38_IGLA_SA_18
72mm 9K38 Igla (SA-18)$72MM_FN_6
72mm FN-6$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$76MM_BLOWPIPE
76mm Blowpipe$76MM_STARBURST_JAVELIN_S_15
76mm Starburst (Javelin S-15)$80MM_KP_SAM_SHUN_GUNG_CHIRON
80mm KP-SAM Shun-Gung (Chiron)$80MM_TYPE_91_KIN_SAM
80mm Type-91 Kin-SAM$90MM_MISTRAL
90mm Mistral$90MM_QW_3
90mm QW-3OTHER
Other -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static LifeFormHumanSpecificManPortableAirDefenseSystem
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static LifeFormHumanSpecificManPortableAirDefenseSystem
unmarshalEnum(java.io.DataInputStream dis)
static LifeFormHumanSpecificManPortableAirDefenseSystem
unmarshalEnum(java.nio.ByteBuffer buff)
static LifeFormHumanSpecificManPortableAirDefenseSystem
valueOf(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:
toString
in classjava.lang.Enum<LifeFormHumanSpecificManPortableAirDefenseSystem>
-