public enum PlatformLandCarSubcategories extends java.lang.Enum<PlatformLandCarSubcategories> implements SubCategory
Enum Constant and Description |
---|
$2_DOOR_COUPE
2-Door (Coupe), No specific enumerations may be placed in this subcategory
|
$2_DOOR_COUPE_ECONOMY_COMPACT_SMALL
2-Door (Coupe), Economy/Compact (Small)
|
$2_DOOR_COUPE_INTERMEDIATE_STANDARD_MEDIUM
2-Door (Coupe), Intermediate/Standard (Medium)
|
$2_DOOR_COUPE_MINI_MICROCAR_TINY
2-Door (Coupe), Mini/Microcar (Tiny)
|
$3_DOOR_HATCHBACK
3-Door Hatchback, No specific enumerations may be placed in this subcategory
|
$3_DOOR_HATCHBACK_ECONOMY_COMPACT_SMALL
3-Door Hatchback, Economy/Compact (Small)
|
$3_DOOR_HATCHBACK_MINI_MICROCAR_TINY
3-Door Hatchback, Mini/Microcar (Tiny)
|
$4_DOOR_SEDAN
4-Door Sedan, No specific enumerations may be placed in this subcategory
|
$4_DOOR_SEDAN_ECONOMY_COMPACT_SMALL
4-Door Sedan, Economy/Compact (Small)
|
$4_DOOR_SEDAN_FULL_PREMIUM_LUXURY_LARGE
4-Door Sedan, Full/Premium/Luxury (Large)
|
$4_DOOR_SEDAN_INTERMEDIATE_STANDARD_MEDIUM
4-Door Sedan, Intermediate/Standard (Medium)
|
$4_DOOR_SEDAN_MINI_MICROCAR_TINY
4-Door Sedan, Mini/Microcar (Tiny)
|
$4_DOOR_SEDAN_OVERSIZE
4-Door Sedan, Oversize
|
$5_DOOR_HATCHBACK
5-Door Hatchback, No specific enumerations may be placed in this subcategory
|
$5_DOOR_HATCHBACK_ECONOMY_COMPACT_SMALL
5-Door Hatchback, Economy/Compact (Small)
|
$5_DOOR_HATCHBACK_FULL_PREMIUM_LUXURY_LARGE
5-Door Hatchback, Full/Premium/Luxury (Large)
|
$5_DOOR_HATCHBACK_INTERMEDIATE_STANDARD_MEDIUM
5-Door Hatchback, Intermediate/Standard (Medium)
|
$5_DOOR_HATCHBACK_MINI_MICROCAR_TINY
5-Door Hatchback, Mini/Microcar (Tiny)
|
CONVERTIBLE
Convertible, No specific enumerations may be placed in this subcategory
|
CONVERTIBLE_ECONOMY_COMPACT_SMALL
Convertible, Economy/Compact (Small)
|
CONVERTIBLE_FULL_PREMIUM_LUXURY_LARGE
Convertible, Full/Premium/Luxury (Large)
|
CONVERTIBLE_INTERMEDIATE_STANDARD_MEDIUM
Convertible, Intermediate/Standard (Medium)
|
CONVERTIBLE_MINI_MICROCAR_TINY
Convertible, Mini/Microcar (Tiny)
|
GENERIC
Generic, No specific enumerations may be placed in this subcategory
|
GENERIC_ECONOMY_COMPACT_SMALL
Generic, Economy/Compact (Small), ACRISS E, H, C, D
|
GENERIC_FULL_PREMIUM_LUXURY_LARGE
Generic, Full/Premium/Luxury (Large), ACRISS F, G, P, U, L, W
|
GENERIC_INTERMEDIATE_STANDARD_MEDIUM
Generic, Intermediate/Standard (Medium), ACRISS I, J, S, R
|
GENERIC_MINI_MICROCAR_TINY
Generic, Mini/Microcar (Tiny), ACRISS M, N
|
GENERIC_OVERSIZE
Generic, Oversize, ACRISS O
|
LIMOUSINE
Limousine, No specific enumerations may be placed in this subcategory
|
LIMOUSINE_FULL_PREMIUM_LUXURY_LARGE
Limousine, Full/Premium/Luxury (Large)
|
LIMOUSINE_OVERSIZE
Limousine, Oversize
|
MINIVAN
Minivan, No specific enumerations may be placed in this subcategory
|
OTHER
Other
|
SPORTS_HIGH_PERFORMANCE
Sports (High Performance)
|
SPORTS_UTILITY_VEHICLE_SUV
Sports Utility Vehicle (SUV), No specific enumerations may be placed in this subcategory
|
SPORTS_UTILITY_VEHICLE_SUV_ECONOMY_COMPACT_SMALL
Sports Utility Vehicle (SUV), Economy/Compact (Small)
|
SPORTS_UTILITY_VEHICLE_SUV_FULL_PREMIUM_LUXURY_LARGE
Sports Utility Vehicle (SUV), Full/Premium/Luxury (Large)
|
SPORTS_UTILITY_VEHICLE_SUV_INTERMEDIATE_STANDARD_MEDIUM
Sports Utility Vehicle (SUV), Intermediate/Standard (Medium)
|
SPORTS_UTILITY_VEHICLE_SUV_OVERSIZE
Sports Utility Vehicle (SUV), Oversize
|
WAGON
Wagon, No specific enumerations may be placed in this subcategory
|
WAGON_ECONOMY_COMPACT_SMALL
Wagon, Economy/Compact (Small)
|
WAGON_FULL_PREMIUM_LUXURY_LARGE
Wagon, Full/Premium/Luxury (Large)
|
WAGON_INTERMEDIATE_STANDARD_MEDIUM
Wagon, Intermediate/Standard (Medium)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformLandCarSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformLandCarSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformLandCarSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
static PlatformLandCarSubcategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformLandCarSubcategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformLandCarSubcategories OTHER
public static final PlatformLandCarSubcategories GENERIC
public static final PlatformLandCarSubcategories GENERIC_MINI_MICROCAR_TINY
public static final PlatformLandCarSubcategories GENERIC_ECONOMY_COMPACT_SMALL
public static final PlatformLandCarSubcategories GENERIC_INTERMEDIATE_STANDARD_MEDIUM
public static final PlatformLandCarSubcategories GENERIC_FULL_PREMIUM_LUXURY_LARGE
public static final PlatformLandCarSubcategories GENERIC_OVERSIZE
public static final PlatformLandCarSubcategories $2_DOOR_COUPE
public static final PlatformLandCarSubcategories $2_DOOR_COUPE_MINI_MICROCAR_TINY
public static final PlatformLandCarSubcategories $2_DOOR_COUPE_ECONOMY_COMPACT_SMALL
public static final PlatformLandCarSubcategories $2_DOOR_COUPE_INTERMEDIATE_STANDARD_MEDIUM
public static final PlatformLandCarSubcategories $3_DOOR_HATCHBACK
public static final PlatformLandCarSubcategories $3_DOOR_HATCHBACK_MINI_MICROCAR_TINY
public static final PlatformLandCarSubcategories $3_DOOR_HATCHBACK_ECONOMY_COMPACT_SMALL
public static final PlatformLandCarSubcategories $4_DOOR_SEDAN
public static final PlatformLandCarSubcategories $4_DOOR_SEDAN_MINI_MICROCAR_TINY
public static final PlatformLandCarSubcategories $4_DOOR_SEDAN_ECONOMY_COMPACT_SMALL
public static final PlatformLandCarSubcategories $4_DOOR_SEDAN_INTERMEDIATE_STANDARD_MEDIUM
public static final PlatformLandCarSubcategories $4_DOOR_SEDAN_FULL_PREMIUM_LUXURY_LARGE
public static final PlatformLandCarSubcategories $4_DOOR_SEDAN_OVERSIZE
public static final PlatformLandCarSubcategories $5_DOOR_HATCHBACK
public static final PlatformLandCarSubcategories $5_DOOR_HATCHBACK_MINI_MICROCAR_TINY
public static final PlatformLandCarSubcategories $5_DOOR_HATCHBACK_ECONOMY_COMPACT_SMALL
public static final PlatformLandCarSubcategories $5_DOOR_HATCHBACK_INTERMEDIATE_STANDARD_MEDIUM
public static final PlatformLandCarSubcategories $5_DOOR_HATCHBACK_FULL_PREMIUM_LUXURY_LARGE
public static final PlatformLandCarSubcategories WAGON
public static final PlatformLandCarSubcategories WAGON_ECONOMY_COMPACT_SMALL
public static final PlatformLandCarSubcategories WAGON_INTERMEDIATE_STANDARD_MEDIUM
public static final PlatformLandCarSubcategories WAGON_FULL_PREMIUM_LUXURY_LARGE
public static final PlatformLandCarSubcategories MINIVAN
public static final PlatformLandCarSubcategories LIMOUSINE
public static final PlatformLandCarSubcategories LIMOUSINE_FULL_PREMIUM_LUXURY_LARGE
public static final PlatformLandCarSubcategories LIMOUSINE_OVERSIZE
public static final PlatformLandCarSubcategories SPORTS_HIGH_PERFORMANCE
public static final PlatformLandCarSubcategories CONVERTIBLE
public static final PlatformLandCarSubcategories CONVERTIBLE_MINI_MICROCAR_TINY
public static final PlatformLandCarSubcategories CONVERTIBLE_ECONOMY_COMPACT_SMALL
public static final PlatformLandCarSubcategories CONVERTIBLE_INTERMEDIATE_STANDARD_MEDIUM
public static final PlatformLandCarSubcategories CONVERTIBLE_FULL_PREMIUM_LUXURY_LARGE
public static final PlatformLandCarSubcategories SPORTS_UTILITY_VEHICLE_SUV
public static final PlatformLandCarSubcategories SPORTS_UTILITY_VEHICLE_SUV_ECONOMY_COMPACT_SMALL
public static final PlatformLandCarSubcategories SPORTS_UTILITY_VEHICLE_SUV_INTERMEDIATE_STANDARD_MEDIUM
public static final PlatformLandCarSubcategories SPORTS_UTILITY_VEHICLE_SUV_FULL_PREMIUM_LUXURY_LARGE
public static final PlatformLandCarSubcategories SPORTS_UTILITY_VEHICLE_SUV_OVERSIZE
public static PlatformLandCarSubcategories[] values()
for (PlatformLandCarSubcategories c : PlatformLandCarSubcategories.values()) System.out.println(c);
public static PlatformLandCarSubcategories 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 PlatformLandCarSubcategories 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 PlatformLandCarSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformLandCarSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()