public enum PlatformLandRecreationalSubcategories extends java.lang.Enum<PlatformLandRecreationalSubcategories> implements SubCategory
Enum Constant and Description |
---|
ATV_2X4
ATV, 2X4
|
ATV_3_WHEELED
ATV, 3-wheeled
|
ATV_4X4
ATV, 4X4
|
ATV_6X6
ATV, 6X6
|
CONVERSION_VAN
Conversion Van
|
GOLF_CART
Golf Cart
|
OTHER
Other
|
RECREATIONAL_VEHICLE
Recreational Vehicle
|
RECREATIONAL_VEHICLE_TYPE_A_MOTORHOME
Recreational Vehicle, Type A Motorhome
|
RECREATIONAL_VEHICLE_TYPE_B_MOTORHOME
Recreational Vehicle, Type B Motorhome
|
RECREATIONAL_VEHICLE_TYPE_C_MOTORHOME
Recreational Vehicle, Type C Motorhome
|
SNOWMOBILE
Snowmobile
|
TOY_ATV
Toy, ATV
|
TOY_CAR
Toy, Car
|
TOY_OTHER
Toy, Other
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformLandRecreationalSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformLandRecreationalSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformLandRecreationalSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
static PlatformLandRecreationalSubcategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformLandRecreationalSubcategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformLandRecreationalSubcategories OTHER
public static final PlatformLandRecreationalSubcategories ATV_2X4
public static final PlatformLandRecreationalSubcategories ATV_4X4
public static final PlatformLandRecreationalSubcategories ATV_6X6
public static final PlatformLandRecreationalSubcategories ATV_3_WHEELED
public static final PlatformLandRecreationalSubcategories TOY_OTHER
public static final PlatformLandRecreationalSubcategories TOY_CAR
public static final PlatformLandRecreationalSubcategories TOY_ATV
public static final PlatformLandRecreationalSubcategories GOLF_CART
public static final PlatformLandRecreationalSubcategories SNOWMOBILE
public static final PlatformLandRecreationalSubcategories RECREATIONAL_VEHICLE
public static final PlatformLandRecreationalSubcategories RECREATIONAL_VEHICLE_TYPE_A_MOTORHOME
public static final PlatformLandRecreationalSubcategories RECREATIONAL_VEHICLE_TYPE_B_MOTORHOME
public static final PlatformLandRecreationalSubcategories RECREATIONAL_VEHICLE_TYPE_C_MOTORHOME
public static final PlatformLandRecreationalSubcategories CONVERSION_VAN
public static PlatformLandRecreationalSubcategories[] values()
for (PlatformLandRecreationalSubcategories c : PlatformLandRecreationalSubcategories.values()) System.out.println(c);
public static PlatformLandRecreationalSubcategories 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 PlatformLandRecreationalSubcategories 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 PlatformLandRecreationalSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformLandRecreationalSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()