public enum PlatformLandTrailerSubcategories extends java.lang.Enum<PlatformLandTrailerSubcategories> implements SubCategory
Enum Constant and Description |
---|
OTHER
Other
|
TRAILER_AEROSTAT_MOORING_PLATFORM
Trailer, Aerostat Mooring Platform
|
TRAILER_ARTICULATED
Trailer, Articulated
|
TRAILER_AUTO_TRANSPORT
Trailer, Auto Transport
|
TRAILER_BOAT
Trailer, Boat
|
TRAILER_BOAT_LARGE
Trailer, Boat, Large
|
TRAILER_BOAT_SMALL
Trailer, Boat, Small
|
TRAILER_CONTAINER
Trailer, Container
|
TRAILER_CONTAINER_REFRIGERATED
Trailer, Container, Refrigerated
|
TRAILER_DOUBLE
Trailer, Double
|
TRAILER_FLATBED
Trailer, Flatbed
|
TRAILER_HOUSEHOLD
Trailer, Household
|
TRAILER_KITCHEN
Trailer, Kitchen
|
TRAILER_RECREATIONAL
Trailer, Recreational
|
TRAILER_RECREATIONAL_CONVENTIONAL
Trailer, Recreational, Conventional
|
TRAILER_RECREATIONAL_FIFTH_WHEEL_TRAVEL
Trailer, Recreational, Fifth Wheel Travel
|
TRAILER_RECREATIONAL_FOLDING_CAMPING
Trailer, Recreational, Folding Camping
|
TRAILER_RECREATIONAL_TRAVEL_EXPANDABLE
Trailer, Recreational, Travel Expandable
|
TRAILER_RECREATIONAL_TRUCK_CAMPER
Trailer, Recreational, Truck Camper
|
TRAILER_TANKER
Trailer, Tanker
|
TRAILER_TANKER_GASOLINE
Trailer, Tanker, Gasoline
|
TRAILER_TANKER_LARGE
Trailer, Tanker, Large
|
TRAILER_TANKER_MILK
Trailer, Tanker, Milk
|
TRAILER_TANKER_SEPTIC
Trailer, Tanker, Septic
|
TRAILER_TANKER_SMALL
Trailer, Tanker, Small
|
TRAILER_TANKER_WATER
Trailer, Tanker, Water
|
TRAILER_ULTRALIGHT_AIRCRAFT
Trailer, UltraLight Aircraft
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformLandTrailerSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformLandTrailerSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformLandTrailerSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
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.
|
public static final PlatformLandTrailerSubcategories OTHER
public static final PlatformLandTrailerSubcategories TRAILER_FLATBED
public static final PlatformLandTrailerSubcategories TRAILER_CONTAINER
public static final PlatformLandTrailerSubcategories TRAILER_CONTAINER_REFRIGERATED
public static final PlatformLandTrailerSubcategories TRAILER_DOUBLE
public static final PlatformLandTrailerSubcategories TRAILER_AUTO_TRANSPORT
public static final PlatformLandTrailerSubcategories TRAILER_ARTICULATED
public static final PlatformLandTrailerSubcategories TRAILER_TANKER
public static final PlatformLandTrailerSubcategories TRAILER_TANKER_SMALL
public static final PlatformLandTrailerSubcategories TRAILER_TANKER_LARGE
public static final PlatformLandTrailerSubcategories TRAILER_TANKER_GASOLINE
public static final PlatformLandTrailerSubcategories TRAILER_TANKER_MILK
public static final PlatformLandTrailerSubcategories TRAILER_TANKER_WATER
public static final PlatformLandTrailerSubcategories TRAILER_TANKER_SEPTIC
public static final PlatformLandTrailerSubcategories TRAILER_BOAT
public static final PlatformLandTrailerSubcategories TRAILER_BOAT_SMALL
public static final PlatformLandTrailerSubcategories TRAILER_BOAT_LARGE
public static final PlatformLandTrailerSubcategories TRAILER_RECREATIONAL
public static final PlatformLandTrailerSubcategories TRAILER_RECREATIONAL_CONVENTIONAL
public static final PlatformLandTrailerSubcategories TRAILER_RECREATIONAL_TRAVEL_EXPANDABLE
public static final PlatformLandTrailerSubcategories TRAILER_RECREATIONAL_FIFTH_WHEEL_TRAVEL
public static final PlatformLandTrailerSubcategories TRAILER_RECREATIONAL_FOLDING_CAMPING
public static final PlatformLandTrailerSubcategories TRAILER_RECREATIONAL_TRUCK_CAMPER
public static final PlatformLandTrailerSubcategories TRAILER_AEROSTAT_MOORING_PLATFORM
public static final PlatformLandTrailerSubcategories TRAILER_HOUSEHOLD
public static final PlatformLandTrailerSubcategories TRAILER_KITCHEN
public static final PlatformLandTrailerSubcategories TRAILER_ULTRALIGHT_AIRCRAFT
public static PlatformLandTrailerSubcategories[] values()
for (PlatformLandTrailerSubcategories c : PlatformLandTrailerSubcategories.values()) System.out.println(c);
public static PlatformLandTrailerSubcategories valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
getValue
in interface SubCategory
public java.lang.String getDescription()
getDescription
in interface SubCategory
public static int getEnumBitWidth()
public static PlatformLandTrailerSubcategories getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static PlatformLandTrailerSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformLandTrailerSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()