public enum LifeFormHumanSpecificManPortableAirDefenseSystem extends java.lang.Enum<LifeFormHumanSpecificManPortableAirDefenseSystem>
Enum Constant and 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-3
|
OTHER
Other
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static LifeFormHumanSpecificManPortableAirDefenseSystem |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static LifeFormHumanSpecificManPortableAirDefenseSystem |
unmarshalEnum(java.nio.ByteBuffer buff) |
static LifeFormHumanSpecificManPortableAirDefenseSystem |
unmarshalEnum(java.io.DataInputStream dis) |
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.
|
public static final LifeFormHumanSpecificManPortableAirDefenseSystem OTHER
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $70MM_FIM_42_REDEYE
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $70MM_FIM_92_STINGER
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $76MM_BLOWPIPE
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $76MM_STARBURST_JAVELIN_S_15
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $130MM_STARSTREAK_HVM
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $90MM_MISTRAL
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_9K32M_STRELA_2_SA_7
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_9K36_STRELA_3_SA_14
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_9K38_IGLA_SA_18
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_9K310_IGLA_M_SA_16
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_9K333_VEBRA_SA_25
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_HN_5_HONG_YING_5
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_QW_1_VANGUARD
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_QW_2_VANGUARD_2
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $90MM_QW_3
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $72MM_FN_6
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $71MM_MISAGH_1
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $71MM_MISAGH_2
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $80MM_TYPE_91_KIN_SAM
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $80MM_KP_SAM_SHUN_GUNG_CHIRON
public static final LifeFormHumanSpecificManPortableAirDefenseSystem $106MM_RBS_70
public static LifeFormHumanSpecificManPortableAirDefenseSystem[] values()
for (LifeFormHumanSpecificManPortableAirDefenseSystem c : LifeFormHumanSpecificManPortableAirDefenseSystem.values()) System.out.println(c);
public static LifeFormHumanSpecificManPortableAirDefenseSystem valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static LifeFormHumanSpecificManPortableAirDefenseSystem getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static LifeFormHumanSpecificManPortableAirDefenseSystem unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static LifeFormHumanSpecificManPortableAirDefenseSystem unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()