Package edu.nps.moves.dis7.enumerations
Enum PlatformSubsurfaceCategory
java.lang.Object
java.lang.Enum<PlatformSubsurfaceCategory>
edu.nps.moves.dis7.enumerations.PlatformSubsurfaceCategory
- All Implemented Interfaces:
edu.nps.moves.dis7.Category,java.io.Serializable,java.lang.Comparable<PlatformSubsurfaceCategory>,java.lang.constant.Constable
public enum PlatformSubsurfaceCategory extends java.lang.Enum<PlatformSubsurfaceCategory> implements edu.nps.moves.dis7.Category
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 12 marshal size 8
Platform-Subsurface Category
UID 12 marshal size 8
Platform-Subsurface Category
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description AGSS_AUXILIARY_SUBMARINEAGSS (Auxiliary Submarine)CIVILIAN_SEMI_SUBMERSIBLE_BOATSCivilian Semi-Submersible BoatsCIVILIAN_SUBMARINESCivilian SubmarinesCIVILIAN_SUBMERSIBLESCivilian SubmersiblesOTHEROtherSEMI_SUBMERSIBLE_BOATSSemi-Submersible BoatsSS_CONVENTIONAL_ATTACK_TORPEDO_PATROLSS (Conventional Attack - Torpedo, Patrol)SSA_CONVENTIONAL_AUXILIARYSSA (Conventional Auxiliary)SSAN_NUCLEAR_AUXILIARYSSAN (Nuclear Auxiliary)SSB_SUBMARINE_BALLISTIC_BALLISTIC_MISSILE_SUBMARINESSB (Submarine Ballistic, Ballistic Missile Submarine)SSBN_NUCLEAR_BALLISTIC_MISSILESSBN (Nuclear Ballistic Missile)SSC_COASTAL_SUBMARINE_OVER_150_TONSSSC (Coastal Submarine, over 150 tons)SSG_CONVENTIONAL_GUIDED_MISSILESSG (Conventional Guided Missile)SSGN_NUCLEAR_GUIDED_MISSILESSGN (Nuclear Guided Missile)SSM_MIDGET_SUBMARINE_UNDER_150_TONSSSM (Midget Submarine, under 150 tons)SSN_NUCLEAR_ATTACK_TORPEDOSSN (Nuclear Attack - Torpedo)SSNR_SPECIAL_ATTACK_SUBMARINESSNR (Special Attack Submarine)SSP_ATTACK_SUBMARINE_DIESEL_AIR_INDEPENDENT_PROPULSIONSSP (Attack Submarine - Diesel Air-Independent Propulsion)SST_TRAINING_SUBMARINESST (Training Submarine)UNMANNED_UNDERWATER_VEHICLE_UUVUnmanned Underwater Vehicle (UUV) -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static PlatformSubsurfaceCategorygetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static PlatformSubsurfaceCategoryunmarshalEnum(java.io.DataInputStream dis)static PlatformSubsurfaceCategoryunmarshalEnum(java.nio.ByteBuffer buff)static PlatformSubsurfaceCategoryvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlatformSubsurfaceCategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
SSBN_NUCLEAR_BALLISTIC_MISSILE
SSBN (Nuclear Ballistic Missile) -
SSGN_NUCLEAR_GUIDED_MISSILE
SSGN (Nuclear Guided Missile) -
SSN_NUCLEAR_ATTACK_TORPEDO
SSN (Nuclear Attack - Torpedo) -
SSG_CONVENTIONAL_GUIDED_MISSILE
SSG (Conventional Guided Missile) -
SS_CONVENTIONAL_ATTACK_TORPEDO_PATROL
SS (Conventional Attack - Torpedo, Patrol) -
SSAN_NUCLEAR_AUXILIARY
SSAN (Nuclear Auxiliary) -
SSA_CONVENTIONAL_AUXILIARY
SSA (Conventional Auxiliary) -
UNMANNED_UNDERWATER_VEHICLE_UUV
Unmanned Underwater Vehicle (UUV) -
SSB_SUBMARINE_BALLISTIC_BALLISTIC_MISSILE_SUBMARINE
SSB (Submarine Ballistic, Ballistic Missile Submarine) -
SSC_COASTAL_SUBMARINE_OVER_150_TONS
SSC (Coastal Submarine, over 150 tons) -
SSP_ATTACK_SUBMARINE_DIESEL_AIR_INDEPENDENT_PROPULSION
public static final PlatformSubsurfaceCategory SSP_ATTACK_SUBMARINE_DIESEL_AIR_INDEPENDENT_PROPULSIONSSP (Attack Submarine - Diesel Air-Independent Propulsion) -
SSM_MIDGET_SUBMARINE_UNDER_150_TONS
SSM (Midget Submarine, under 150 tons) -
SSNR_SPECIAL_ATTACK_SUBMARINE
SSNR (Special Attack Submarine) -
SST_TRAINING_SUBMARINE
SST (Training Submarine) -
AGSS_AUXILIARY_SUBMARINE
AGSS (Auxiliary Submarine) -
SEMI_SUBMERSIBLE_BOATS
Semi-Submersible Boats -
CIVILIAN_SUBMARINES
Civilian Submarines -
CIVILIAN_SUBMERSIBLES
Civilian Submersibles -
CIVILIAN_SEMI_SUBMERSIBLE_BOATS
Civilian Semi-Submersible Boats
-
-
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()- Specified by:
getValuein interfaceedu.nps.moves.dis7.Category
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin interfaceedu.nps.moves.dis7.Category
-
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 PlatformSubsurfaceCategory unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static PlatformSubsurfaceCategory 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<PlatformSubsurfaceCategory>
-