public enum PlatformLandSingleUnitCargoTruckSubcategories extends java.lang.Enum<PlatformLandSingleUnitCargoTruckSubcategories> implements SubCategory
Enum Constant and Description |
---|
CARGO_TRUCK
Cargo Truck
|
CARGO_TRUCK_OVER_10_TON
Cargo Truck, over 10 Ton
|
CARGO_TRUCK_UP_TO_10_TON
Cargo Truck, up to 10 Ton
|
CARGO_TRUCK_UP_TO_25_TON
Cargo Truck, up to 2.5 Ton
|
CARGO_TRUCK_UP_TO_5_TON
Cargo Truck, up to 5 Ton
|
CARGO_TRUCK_UP_TO_75_TON
Cargo Truck, up to 7.5 Ton
|
DELIVERY_TRUCK
Delivery Truck
|
DELIVERY_TRUCK_BOX
Delivery Truck, Box
|
DELIVERY_TRUCK_FLATBED
Delivery Truck, Flatbed
|
DELIVERY_TRUCK_STAKE_BED
Delivery Truck, Stake Bed
|
MESS_TRUCK
Mess Truck
|
OTHER
Other
|
PICKUP_TRUCK_CAB_FORWARD
Pickup Truck, Cab Forward
|
PICKUP_TRUCK_CREW_CAB
Pickup Truck, Crew Cab
|
PICKUP_TRUCK_EXTENDED_CAB
Pickup Truck, Extended Cab
|
PICKUP_TRUCK_FULL_SIZE
Pickup Truck, Full-Size
|
PICKUP_TRUCK_LONG_BED
Pickup Truck, Long Bed
|
PICKUP_TRUCK_MID_SIZE
Pickup Truck, Mid-Size
|
PICKUP_TRUCK_MINI
Pickup Truck, Mini
|
REFRIGERATED_TRUCK_LARGE
Refrigerated Truck, Large
|
REFRIGERATED_TRUCK_MEDIUM
Refrigerated Truck, Medium
|
REFRIGERATED_TRUCK_SMALL
Refrigerated Truck, Small
|
SEMI_TRAILER_CAB_W_O_TRAILER
Semi-Trailer Cab (w/o Trailer)
|
TANKER
Tanker
|
TRUCK_PALLETISED_LOAD_SYSTEM_PLS
Truck, Palletised Load System (PLS), https://en.wikipedia.org/wiki/Palletized_load_system
|
TRUCK_PETROLEUM_OIL_AND_LUBRICANTS_POL_PALLETISED_LOAD_SYSTEM_PLS
Truck, Petroleum, Oil, and Lubricants (POL) Palletised Load System (PLS)
|
TRUCK_PETROLEUM_OIL_AND_LUBRICANTS_POL_SURVEILLANCE
Truck, Petroleum, Oil, and Lubricants (POL), Surveillance
|
VAN
Van
|
VAN_COMPACT
Van, Compact
|
VAN_DELIVERY
Van, Delivery
|
VAN_EXTENDED
Van, Extended
|
VAN_WHEELCHAIR
Van, Wheelchair
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformLandSingleUnitCargoTruckSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformLandSingleUnitCargoTruckSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformLandSingleUnitCargoTruckSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
static PlatformLandSingleUnitCargoTruckSubcategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformLandSingleUnitCargoTruckSubcategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformLandSingleUnitCargoTruckSubcategories OTHER
public static final PlatformLandSingleUnitCargoTruckSubcategories PICKUP_TRUCK_MINI
public static final PlatformLandSingleUnitCargoTruckSubcategories PICKUP_TRUCK_MID_SIZE
public static final PlatformLandSingleUnitCargoTruckSubcategories PICKUP_TRUCK_FULL_SIZE
public static final PlatformLandSingleUnitCargoTruckSubcategories PICKUP_TRUCK_CREW_CAB
public static final PlatformLandSingleUnitCargoTruckSubcategories PICKUP_TRUCK_EXTENDED_CAB
public static final PlatformLandSingleUnitCargoTruckSubcategories PICKUP_TRUCK_LONG_BED
public static final PlatformLandSingleUnitCargoTruckSubcategories PICKUP_TRUCK_CAB_FORWARD
public static final PlatformLandSingleUnitCargoTruckSubcategories CARGO_TRUCK
public static final PlatformLandSingleUnitCargoTruckSubcategories CARGO_TRUCK_UP_TO_25_TON
public static final PlatformLandSingleUnitCargoTruckSubcategories CARGO_TRUCK_UP_TO_5_TON
public static final PlatformLandSingleUnitCargoTruckSubcategories CARGO_TRUCK_UP_TO_75_TON
public static final PlatformLandSingleUnitCargoTruckSubcategories CARGO_TRUCK_UP_TO_10_TON
public static final PlatformLandSingleUnitCargoTruckSubcategories CARGO_TRUCK_OVER_10_TON
public static final PlatformLandSingleUnitCargoTruckSubcategories TANKER
public static final PlatformLandSingleUnitCargoTruckSubcategories SEMI_TRAILER_CAB_W_O_TRAILER
public static final PlatformLandSingleUnitCargoTruckSubcategories VAN
public static final PlatformLandSingleUnitCargoTruckSubcategories VAN_EXTENDED
public static final PlatformLandSingleUnitCargoTruckSubcategories VAN_COMPACT
public static final PlatformLandSingleUnitCargoTruckSubcategories VAN_WHEELCHAIR
public static final PlatformLandSingleUnitCargoTruckSubcategories VAN_DELIVERY
public static final PlatformLandSingleUnitCargoTruckSubcategories DELIVERY_TRUCK
public static final PlatformLandSingleUnitCargoTruckSubcategories DELIVERY_TRUCK_BOX
public static final PlatformLandSingleUnitCargoTruckSubcategories DELIVERY_TRUCK_FLATBED
public static final PlatformLandSingleUnitCargoTruckSubcategories DELIVERY_TRUCK_STAKE_BED
public static final PlatformLandSingleUnitCargoTruckSubcategories MESS_TRUCK
public static final PlatformLandSingleUnitCargoTruckSubcategories TRUCK_PALLETISED_LOAD_SYSTEM_PLS
public static final PlatformLandSingleUnitCargoTruckSubcategories TRUCK_PETROLEUM_OIL_AND_LUBRICANTS_POL_PALLETISED_LOAD_SYSTEM_PLS
public static final PlatformLandSingleUnitCargoTruckSubcategories TRUCK_PETROLEUM_OIL_AND_LUBRICANTS_POL_SURVEILLANCE
public static final PlatformLandSingleUnitCargoTruckSubcategories REFRIGERATED_TRUCK_SMALL
public static final PlatformLandSingleUnitCargoTruckSubcategories REFRIGERATED_TRUCK_MEDIUM
public static final PlatformLandSingleUnitCargoTruckSubcategories REFRIGERATED_TRUCK_LARGE
public static PlatformLandSingleUnitCargoTruckSubcategories[] values()
for (PlatformLandSingleUnitCargoTruckSubcategories c : PlatformLandSingleUnitCargoTruckSubcategories.values()) System.out.println(c);
public static PlatformLandSingleUnitCargoTruckSubcategories 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 PlatformLandSingleUnitCargoTruckSubcategories 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 PlatformLandSingleUnitCargoTruckSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformLandSingleUnitCargoTruckSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()