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 OTHEROtherTRAILER_AEROSTAT_MOORING_PLATFORMTrailer, Aerostat Mooring PlatformTRAILER_ARTICULATEDTrailer, ArticulatedTRAILER_AUTO_TRANSPORTTrailer, Auto TransportTRAILER_BOATTrailer, BoatTRAILER_BOAT_LARGETrailer, Boat, LargeTRAILER_BOAT_SMALLTrailer, Boat, SmallTRAILER_CONTAINERTrailer, ContainerTRAILER_CONTAINER_REFRIGERATEDTrailer, Container, RefrigeratedTRAILER_DOUBLETrailer, DoubleTRAILER_FLATBEDTrailer, FlatbedTRAILER_HOUSEHOLDTrailer, HouseholdTRAILER_KITCHENTrailer, KitchenTRAILER_RECREATIONALTrailer, RecreationalTRAILER_RECREATIONAL_CONVENTIONALTrailer, Recreational, ConventionalTRAILER_RECREATIONAL_FIFTH_WHEEL_TRAVELTrailer, Recreational, Fifth Wheel TravelTRAILER_RECREATIONAL_FOLDING_CAMPINGTrailer, Recreational, Folding CampingTRAILER_RECREATIONAL_TRAVEL_EXPANDABLETrailer, Recreational, Travel ExpandableTRAILER_RECREATIONAL_TRUCK_CAMPERTrailer, Recreational, Truck CamperTRAILER_TANKERTrailer, TankerTRAILER_TANKER_GASOLINETrailer, Tanker, GasolineTRAILER_TANKER_LARGETrailer, Tanker, LargeTRAILER_TANKER_MILKTrailer, Tanker, MilkTRAILER_TANKER_SEPTICTrailer, Tanker, SepticTRAILER_TANKER_SMALLTrailer, Tanker, SmallTRAILER_TANKER_WATERTrailer, Tanker, WaterTRAILER_ULTRALIGHT_AIRCRAFTTrailer, UltraLight Aircraft -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()static intgetEnumBitWidth()static PlatformLandTrailerSubcategoriesgetEnumForValue(int i)intgetMarshalledSize()intgetValue()voidmarshal(java.io.DataOutputStream dos)voidmarshal(java.nio.ByteBuffer buff)java.lang.StringtoString()static PlatformLandTrailerSubcategoriesunmarshalEnum(java.io.DataInputStream dis)static PlatformLandTrailerSubcategoriesunmarshalEnum(java.nio.ByteBuffer buff)static PlatformLandTrailerSubcategoriesvalueOf(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:
getValuein interfaceedu.nps.moves.dis7.SubCategory
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin 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:
toStringin classjava.lang.Enum<PlatformLandTrailerSubcategories>
-