Enum Class PlatformSurfaceCategory
- All Implemented Interfaces:
Category
,Serializable
,Comparable<PlatformSurfaceCategory>
,Constable
This
enum
type is generated from XML,
UID 11,
marshal size 8;
PlatformSurfaceCategory has 48 enumerations total.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAmphibious Cargo ShipAmphibious Transport DockAmmunition ShipAir Cushion/Surface EffectAuxiliaryAuxiliary, Merchant MarineCarrierCommand Ship/CruiserCoast Guard CuttersBattleshipCruiser/Helicopter CarrierCombat Stores ShipFast Combat Support ShipDestroyer (DD)Dock Landing ShipPlatformSurfaceDryCargoShipSubcategoriesNon-Combatant ShipPlatformSurfaceFishingVesselSubcategoriesGuided Missile CruiserGuided Missile Destroyer (DDG)Guided Missile Frigate (FFG)HydrofoilLanding CraftLifeSavingEquipmentLight CarrierLight/Patrol CraftLittoral Combat Ships (LCS)Frigate (including Corvette)Mine Countermeasure Ship/CraftOffshore Support VesselOtherPlatformSurfaceOtherVesselsSubcategoriesPlatformSurfacePassengerVesselSubcategoriesPlatformSurfacePrivateMotorboatSubcategoriesPlatformSurfacePrivateSailboatSubcategoriesInflatable Boat, Includes Rigid Inflatable BoatsCoast Guard BoatsHeavy CruiserSearch and Rescue VesselsSurveillance Towed Array Sonar System (SURTASS)Fast Attack CraftDestroyer TenderAmphibious Assault ShipSurveillance ShipTank Landing ShipPlatformSurfaceTankerSubcategoriesUnmanned Surface Vehicle (USV)Utility -
Method Summary
Modifier and TypeMethodDescriptionProvide enumeration descriptionstatic int
bit width for this enumerationstatic PlatformSurfaceCategory
getEnumForValue
(int value) Provide enumeration for a given valueint
Returns size of this serialized (marshalled) object in bytesgetName()
Provide nameboolean
getTRACE()
Whether tracing is on or off for this objectint
getValue()
Provide enumeration valuevoid
marshal
(DataOutputStream dos) Marshal value to DataOutputStreamvoid
marshal
(ByteBuffer byteBuffer) Marshal value to ByteBuffervoid
setTRACE
(boolean value) Set tracing on/off for this objecttoString()
Provide simple identifierstatic PlatformSurfaceCategory
Unmarshal value to DataInputStreamstatic PlatformSurfaceCategory
unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic PlatformSurfaceCategory
Returns the enum constant of this class with the specified name.static PlatformSurfaceCategory[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
CARRIER
Carrier -
COMMAND_SHIP_CRUISER
Command Ship/Cruiser -
GUIDED_MISSILE_CRUISER
Guided Missile Cruiser -
GUIDED_MISSILE_DESTROYER_DDG
Guided Missile Destroyer (DDG) -
DESTROYER_DD
Destroyer (DD) -
GUIDED_MISSILE_FRIGATE_FFG
Guided Missile Frigate (FFG) -
LIGHT_PATROL_CRAFT
Light/Patrol Craft -
MINE_COUNTERMEASURE_SHIP_CRAFT
Mine Countermeasure Ship/Craft -
DOCK_LANDING_SHIP
Dock Landing Ship -
TANK_LANDING_SHIP
Tank Landing Ship -
LANDING_CRAFT
Landing Craft -
LIGHT_CARRIER
Light Carrier -
CRUISER_HELICOPTER_CARRIER
Cruiser/Helicopter Carrier -
HYDROFOIL
Hydrofoil -
AIR_CUSHION_SURFACE_EFFECT
Air Cushion/Surface Effect -
AUXILIARY
Auxiliary -
AUXILIARY_MERCHANT_MARINE
Auxiliary, Merchant Marine -
UTILITY
Utility -
UNMANNED_SURFACE_VEHICLE_USV
Unmanned Surface Vehicle (USV) -
LITTORAL_COMBAT_SHIPS_LCS
Littoral Combat Ships (LCS) -
SURVEILLANCE_SHIP
Surveillance Ship -
LIVE_ENTITY_DETONATION
Frigate (including Corvette) -
CREATE_ENTITY_RELIABLE
Battleship -
REMOVE_ENTITY_RELIABLE
Heavy Cruiser -
START_RESUME_RELIABLE
Destroyer Tender -
STOP_FREEZE_RELIABLE
Amphibious Assault Ship -
ACKNOWLEDGE_RELIABLE
Amphibious Cargo Ship -
ACTION_REQUEST_RELIABLE
Amphibious Transport Dock -
ACTION_RESPONSE_RELIABLE
Ammunition Ship -
DATA_QUERY_RELIABLE
Combat Stores Ship -
SET_DATA_RELIABLE
Surveillance Towed Array Sonar System (SURTASS) -
DATA_RELIABLE
Fast Combat Support Ship -
EVENT_REPORT_RELIABLE
Non-Combatant Ship -
COMMENT_RELIABLE
Coast Guard Cutters -
RECORD_RELIABLE
Coast Guard Boats -
SET_RECORD_RELIABLE
Fast Attack Craft -
RECORD_QUERY_RELIABLE
Inflatable Boat, Includes Rigid Inflatable Boats -
PASSENGER_VESSEL_GROUP_1_MERCHANT_2
PlatformSurfacePassengerVesselSubcategories -
DRY_CARGO_SHIP_GROUP_2_MERCHANT_2
PlatformSurfaceDryCargoShipSubcategories -
TANKER_GROUP_3_MERCHANT_2
PlatformSurfaceTankerSubcategories -
OFFSHORE_SUPPORT_VESSEL
Offshore Support Vessel -
PRIVATE_MOTORBOAT_2
PlatformSurfacePrivateMotorboatSubcategories -
PRIVATE_SAILBOAT_2
PlatformSurfacePrivateSailboatSubcategories -
FISHING_VESSEL_2
PlatformSurfaceFishingVesselSubcategories -
OTHER_VESSELS_2
PlatformSurfaceOtherVesselsSubcategories -
SEARCH_AND_RESCUE_VESSELS
Search and Rescue Vessels -
LIFE_SAVING_EQUIPMENT_2
LifeSavingEquipment
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
-
getDescription
Provide enumeration description- Specified by:
getDescription
in interfaceCategory
- Returns:
- description
-
getEnumBitWidth
public static int getEnumBitWidth()bit width for this enumeration- Returns:
- number of bits wide
-
getEnumForValue
Provide enumeration for a given value- Parameters:
value
- integer value of interest- Returns:
- enumeration corresponding to numeric value
-
setTRACE
public void setTRACE(boolean value) Set tracing on/off for this object- Parameters:
value
- whether tracing is on or off
-
getTRACE
public boolean getTRACE()Whether tracing is on or off for this object- Returns:
- whether tracing is on or off
-
marshal
Marshal value to DataOutputStream- Parameters:
dos
- DataOutputStream for output- Throws:
IOException
- input-output error- See Also:
-
marshal
Marshal value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for output- Throws:
IOException
- input-output errorException
- See Also:
-
unmarshalEnum
Unmarshal value to DataInputStream- Parameters:
dis
- DataInputStream for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
unmarshalEnum
Unmarshal enumeration value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
getName
-
toString
Provide simple identifier- Overrides:
toString
in classEnum<PlatformSurfaceCategory>
- Returns:
- class name, value and name
-