Package edu.nps.moves.dis7.enumerations
Enum PlatformLandTrailerSubcategories
java.lang.Object
java.lang.Enum<PlatformLandTrailerSubcategories>
edu.nps.moves.dis7.enumerations.PlatformLandTrailerSubcategories
- All Implemented Interfaces:
edu.nps.moves.dis7.SubCategory
,java.io.Serializable
,java.lang.Comparable<PlatformLandTrailerSubcategories>
,java.lang.constant.Constable
public enum PlatformLandTrailerSubcategories extends java.lang.Enum<PlatformLandTrailerSubcategories> implements edu.nps.moves.dis7.SubCategory
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 436 marshal size 8
Platform-Land-Trailer Subcategories
Subcategories for Land Platform Category 89
UID 436 marshal size 8
Platform-Land-Trailer Subcategories
Subcategories for Land Platform Category 89
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description OTHER
OtherTRAILER_AEROSTAT_MOORING_PLATFORM
Trailer, Aerostat Mooring PlatformTRAILER_ARTICULATED
Trailer, ArticulatedTRAILER_AUTO_TRANSPORT
Trailer, Auto TransportTRAILER_BOAT
Trailer, BoatTRAILER_BOAT_LARGE
Trailer, Boat, LargeTRAILER_BOAT_SMALL
Trailer, Boat, SmallTRAILER_CONTAINER
Trailer, ContainerTRAILER_CONTAINER_REFRIGERATED
Trailer, Container, RefrigeratedTRAILER_DOUBLE
Trailer, DoubleTRAILER_FLATBED
Trailer, FlatbedTRAILER_HOUSEHOLD
Trailer, HouseholdTRAILER_KITCHEN
Trailer, KitchenTRAILER_RECREATIONAL
Trailer, RecreationalTRAILER_RECREATIONAL_CONVENTIONAL
Trailer, Recreational, ConventionalTRAILER_RECREATIONAL_FIFTH_WHEEL_TRAVEL
Trailer, Recreational, Fifth Wheel TravelTRAILER_RECREATIONAL_FOLDING_CAMPING
Trailer, Recreational, Folding CampingTRAILER_RECREATIONAL_TRAVEL_EXPANDABLE
Trailer, Recreational, Travel ExpandableTRAILER_RECREATIONAL_TRUCK_CAMPER
Trailer, Recreational, Truck CamperTRAILER_TANKER
Trailer, TankerTRAILER_TANKER_GASOLINE
Trailer, Tanker, GasolineTRAILER_TANKER_LARGE
Trailer, Tanker, LargeTRAILER_TANKER_MILK
Trailer, Tanker, MilkTRAILER_TANKER_SEPTIC
Trailer, Tanker, SepticTRAILER_TANKER_SMALL
Trailer, Tanker, SmallTRAILER_TANKER_WATER
Trailer, Tanker, WaterTRAILER_ULTRALIGHT_AIRCRAFT
Trailer, UltraLight Aircraft -
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static int
getEnumBitWidth()
static PlatformLandTrailerSubcategories
getEnumForValue(int i)
int
getMarshalledSize()
int
getValue()
void
marshal(java.io.DataOutputStream dos)
void
marshal(java.nio.ByteBuffer buff)
java.lang.String
toString()
static PlatformLandTrailerSubcategories
unmarshalEnum(java.io.DataInputStream dis)
static PlatformLandTrailerSubcategories
unmarshalEnum(java.nio.ByteBuffer buff)
static PlatformLandTrailerSubcategories
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlatformLandTrailerSubcategories[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other -
TRAILER_FLATBED
Trailer, Flatbed -
TRAILER_CONTAINER
Trailer, Container -
TRAILER_CONTAINER_REFRIGERATED
Trailer, Container, Refrigerated -
TRAILER_DOUBLE
Trailer, Double -
TRAILER_AUTO_TRANSPORT
Trailer, Auto Transport -
TRAILER_ARTICULATED
Trailer, Articulated -
TRAILER_TANKER
Trailer, Tanker -
TRAILER_TANKER_SMALL
Trailer, Tanker, Small -
TRAILER_TANKER_LARGE
Trailer, Tanker, Large -
TRAILER_TANKER_GASOLINE
Trailer, Tanker, Gasoline -
TRAILER_TANKER_MILK
Trailer, Tanker, Milk -
TRAILER_TANKER_WATER
Trailer, Tanker, Water -
TRAILER_TANKER_SEPTIC
Trailer, Tanker, Septic -
TRAILER_BOAT
Trailer, Boat -
TRAILER_BOAT_SMALL
Trailer, Boat, Small -
TRAILER_BOAT_LARGE
Trailer, Boat, Large -
TRAILER_RECREATIONAL
Trailer, Recreational -
TRAILER_RECREATIONAL_CONVENTIONAL
Trailer, Recreational, Conventional -
TRAILER_RECREATIONAL_TRAVEL_EXPANDABLE
Trailer, Recreational, Travel Expandable -
TRAILER_RECREATIONAL_FIFTH_WHEEL_TRAVEL
Trailer, Recreational, Fifth Wheel Travel -
TRAILER_RECREATIONAL_FOLDING_CAMPING
Trailer, Recreational, Folding Camping -
TRAILER_RECREATIONAL_TRUCK_CAMPER
Trailer, Recreational, Truck Camper -
TRAILER_AEROSTAT_MOORING_PLATFORM
Trailer, Aerostat Mooring Platform -
TRAILER_HOUSEHOLD
Trailer, Household -
TRAILER_KITCHEN
Trailer, Kitchen -
TRAILER_ULTRALIGHT_AIRCRAFT
Trailer, UltraLight Aircraft
-
-
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:
getValue
in interfaceedu.nps.moves.dis7.SubCategory
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescription
in interfaceedu.nps.moves.dis7.SubCategory
-
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 PlatformLandTrailerSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception- Throws:
java.lang.Exception
-
unmarshalEnum
public static PlatformLandTrailerSubcategories 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<PlatformLandTrailerSubcategories>
-