Package edu.nps.moves.dis7.enumerations
Enum LifeFormHumanSpecificRecoillessRifles
java.lang.Object
java.lang.Enum<LifeFormHumanSpecificRecoillessRifles>
edu.nps.moves.dis7.enumerations.LifeFormHumanSpecificRecoillessRifles
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<LifeFormHumanSpecificRecoillessRifles>
,java.lang.constant.Constable
public enum LifeFormHumanSpecificRecoillessRifles extends java.lang.Enum<LifeFormHumanSpecificRecoillessRifles>
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 521 marshal size 8
Life Form-Human-Specific-Recoilless Rifles
UID 521 marshal size 8
Life Form-Human-Specific-Recoilless Rifles
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description $105MM_LG40
105mm LG40$105MM_LG42
105mm LG42$106MM_M40_RECOILLESS_RIFLE
106mm M40 Recoilless Rifle$107MM_B_11_RR
107mm B-11 RR$120MM_BAT_RR
120mm BAT RR$120MM_M_28_DAVY_CROCKETT
120mm M-28 Davy Crockett$155MM_M_29_DAVY_CROCKETT
155mm M-29 Davy Crockett$30MM_RHEINMETALL_RMK30
30mm Rheinmetall RMK30$50MM_JAGDFAUST
50mm Jagdfaust$57MM_M18_RR
57mm M18 RR$73MM_LG40
73mm LG40$73MM_SPG_9_KOPYE
73mm SPG-9 Kopye$74MM_PANSARSKOTT_M_68_MINIMAN
74mm Pansarskott m/68 Miniman$75MM_M20_RR
75mm M20 RR$80MM_BREDA_FOLGORE
80mm Breda Folgore$82MM_B_10_RR
82mm B-10 RR$82MM_M60_RR
82mm M60 RR$84MM_ALAC
84mm ALAC$84MM_M1_CARL_GUSTAV
84mm M1 Carl Gustav$84MM_M136_AT_4_CS
84mm M136 AT-4 CS$84MM_M2_CARL_GUSTAV
84mm M2 Carl Gustav$84MM_M3_CARL_GUSTAV
84mm M3 Carl Gustav$84MM_M4_CARL_GUSTAV
84mm M4 Carl Gustav$88MM_55_S_55_RAIKKA
88mm 55 S 55 Raikka$88MM_RCL_345IN
88mm RCL 3.45in$90MM_M67_RR
90mm M67 RR$90MM_PVPJ_110
90mm Pvpj 110$95MM_95_S_58_61
95mm 95 S 58-61OTHER
Other -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static LifeFormHumanSpecificRecoillessRifles
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static LifeFormHumanSpecificRecoillessRifles
unmarshalEnum(java.io.DataInputStream dis)
static LifeFormHumanSpecificRecoillessRifles
unmarshalEnum(java.nio.ByteBuffer buff)
static LifeFormHumanSpecificRecoillessRifles
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LifeFormHumanSpecificRecoillessRifles[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
$84MM_M136_AT_4_CS
84mm M136 AT-4 CS -
$57MM_M18_RR
57mm M18 RR -
$75MM_M20_RR
75mm M20 RR -
$120MM_M_28_DAVY_CROCKETT
120mm M-28 Davy Crockett -
$155MM_M_29_DAVY_CROCKETT
155mm M-29 Davy Crockett -
$106MM_M40_RECOILLESS_RIFLE
106mm M40 Recoilless Rifle -
$82MM_M60_RR
82mm M60 RR -
$90MM_M67_RR
90mm M67 RR -
$84MM_M1_CARL_GUSTAV
84mm M1 Carl Gustav -
$84MM_M2_CARL_GUSTAV
84mm M2 Carl Gustav -
$84MM_M3_CARL_GUSTAV
84mm M3 Carl Gustav -
$84MM_M4_CARL_GUSTAV
84mm M4 Carl Gustav -
$74MM_PANSARSKOTT_M_68_MINIMAN
74mm Pansarskott m/68 Miniman -
$84MM_ALAC
84mm ALAC -
$82MM_B_10_RR
82mm B-10 RR -
$107MM_B_11_RR
107mm B-11 RR -
$80MM_BREDA_FOLGORE
80mm Breda Folgore -
$120MM_BAT_RR
120mm BAT RR -
$73MM_SPG_9_KOPYE
73mm SPG-9 Kopye -
$88MM_RCL_345IN
88mm RCL 3.45in -
$90MM_PVPJ_110
90mm Pvpj 110 -
$50MM_JAGDFAUST
50mm Jagdfaust -
$30MM_RHEINMETALL_RMK30
30mm Rheinmetall RMK30 -
$88MM_55_S_55_RAIKKA
88mm 55 S 55 Raikka -
$95MM_95_S_58_61
95mm 95 S 58-61 -
$73MM_LG40
73mm LG40 -
$105MM_LG40
105mm LG40 -
$105MM_LG42
105mm LG42
-
-
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 LifeFormHumanSpecificRecoillessRifles unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static LifeFormHumanSpecificRecoillessRifles 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<LifeFormHumanSpecificRecoillessRifles>
-