Package edu.nps.moves.dis7.enumerations
Enum LifeFormHumanSpecificSniper
java.lang.Object
java.lang.Enum<LifeFormHumanSpecificSniper>
edu.nps.moves.dis7.enumerations.LifeFormHumanSpecificSniper
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<LifeFormHumanSpecificSniper>
,java.lang.constant.Constable
public enum LifeFormHumanSpecificSniper extends java.lang.Enum<LifeFormHumanSpecificSniper>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 481 marshal size 8
Life Form-Human-Specific-Sniper
UID 481 marshal size 8
Life Form-Human-Specific-Sniper
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description $127MM_M82A1A_SPECIAL_APPLICATIONS_SCOPED_RIFLE_SASR
12.7mm M82A1A Special Applications Scoped Rifle (SASR)$127MM_NSV
12.7mm NSV$127MM_OSV_96
12.7mm OSV-96$127MM_RANGEMASTER_50
12.7mm Rangemaster 50$127MM_STEYR_HS_50
12.7mm Steyr HS .50$127MM_V94
12.7mm V94$20MM_DENEL_NTW_20
20mm Denel NTW-20$58MM_QBU_88_TYPE_88
5.8mm QBU-88 (Type 88)$762MM_AW_SR_98
7.62mm AW SR-98$762MM_AWM_F_G22
7.62mm AWM-F (G22)$762MM_BLASER_R93
7.62mm Blaser R93$762MM_C3
7.62mm C3$762MM_FR_F2
7.62mm FR F2$762MM_G3_SG_1
7.62mm G3 SG/1$762MM_GALIL_SNIPER
7.62mm Galil Sniper$762MM_L96A1
7.62mm L96A1$762MM_M14_DMR
7.62mm M14 DMR$762MM_M24_SNIPER_WEAPON_SYSTEM_SWS
7.62mm M24 Sniper Weapon System (SWS)$762MM_M40A1_A3
7.62mm M40A1/A3$762MM_SR_25_MK11
7.62mm SR-25 MK11$762MM_STEYR_SSG_69
7.62mm Steyr SSG 69$762MM_SVD_DRAGUNOV
7.62mm SVD (Dragunov)$762MM_TYPE_79
7.62mm TYPE 79$77MM_TYPE_99
7.7mm TYPE 99$858MM_BLASER_R93_TACTICAL_2
8.58mm Blaser R93 Tactical 2$9MM_VSS_VINTOREZ
9mm VSS VintorezOTHER
Other -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static LifeFormHumanSpecificSniper
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static LifeFormHumanSpecificSniper
unmarshalEnum(java.io.DataInputStream dis)
static LifeFormHumanSpecificSniper
unmarshalEnum(java.nio.ByteBuffer buff)
static LifeFormHumanSpecificSniper
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LifeFormHumanSpecificSniper[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
$58MM_QBU_88_TYPE_88
5.8mm QBU-88 (Type 88) -
$762MM_C3
7.62mm C3 -
$762MM_FR_F2
7.62mm FR F2 -
$762MM_AWM_F_G22
7.62mm AWM-F (G22) -
$762MM_G3_SG_1
7.62mm G3 SG/1 -
$762MM_GALIL_SNIPER
7.62mm Galil Sniper -
$762MM_L96A1
7.62mm L96A1 -
$762MM_M14_DMR
7.62mm M14 DMR -
$762MM_M24_SNIPER_WEAPON_SYSTEM_SWS
7.62mm M24 Sniper Weapon System (SWS) -
$762MM_M40A1_A3
7.62mm M40A1/A3 -
$762MM_STEYR_SSG_69
7.62mm Steyr SSG 69 -
$762MM_SVD_DRAGUNOV
7.62mm SVD (Dragunov) -
$762MM_TYPE_79
7.62mm TYPE 79 -
$762MM_SR_25_MK11
7.62mm SR-25 MK11 -
$762MM_AW_SR_98
7.62mm AW SR-98 -
$762MM_BLASER_R93
7.62mm Blaser R93 -
$77MM_TYPE_99
7.7mm TYPE 99 -
$858MM_BLASER_R93_TACTICAL_2
8.58mm Blaser R93 Tactical 2 -
$9MM_VSS_VINTOREZ
9mm VSS Vintorez -
$127MM_STEYR_HS_50
12.7mm Steyr HS .50 -
$127MM_M82A1A_SPECIAL_APPLICATIONS_SCOPED_RIFLE_SASR
public static final LifeFormHumanSpecificSniper $127MM_M82A1A_SPECIAL_APPLICATIONS_SCOPED_RIFLE_SASR12.7mm M82A1A Special Applications Scoped Rifle (SASR) -
$127MM_NSV
12.7mm NSV -
$127MM_OSV_96
12.7mm OSV-96 -
$127MM_RANGEMASTER_50
12.7mm Rangemaster 50 -
$127MM_V94
12.7mm V94 -
$20MM_DENEL_NTW_20
20mm Denel NTW-20
-
-
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 LifeFormHumanSpecificSniper unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static LifeFormHumanSpecificSniper 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<LifeFormHumanSpecificSniper>
-