public enum PlatformLandBusSubcategories extends java.lang.Enum<PlatformLandBusSubcategories>
Enum Constant and Description |
---|
AIRPORT_TRANSPORT
Airport Transport
|
ARTICULATED_MULTI_UNIT
Articulated (Multi-Unit)
|
COMMUTER_FLAT_NOSE
Commuter (Flat Nose)
|
COMMUTER_SNOUT_NOSE
Commuter (Snout Nose)
|
DOUBLE_DECKER
Double Decker
|
GUIDED
Guided
|
KNEELING
Kneeling
|
MIDIBUS
Midibus
|
MINI_WHEELCHAIR
Mini Wheelchair
|
MINIBUS
Minibus
|
MOTORCOACH
Motorcoach
|
OTHER
Other
|
PRISON_BUS
Prison Bus
|
SCHOOL_WHEELCHAIR
School Wheelchair
|
SCHOOLBUS
Schoolbus
|
SHUTTLE
Shuttle
|
TOUR
Tour
|
TRAM_PARKING_LOT
Tram Parking Lot
|
TROLLEY
Trolley
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformLandBusSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformLandBusSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformLandBusSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
static PlatformLandBusSubcategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformLandBusSubcategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformLandBusSubcategories OTHER
public static final PlatformLandBusSubcategories COMMUTER_FLAT_NOSE
public static final PlatformLandBusSubcategories COMMUTER_SNOUT_NOSE
public static final PlatformLandBusSubcategories SHUTTLE
public static final PlatformLandBusSubcategories DOUBLE_DECKER
public static final PlatformLandBusSubcategories GUIDED
public static final PlatformLandBusSubcategories KNEELING
public static final PlatformLandBusSubcategories MIDIBUS
public static final PlatformLandBusSubcategories MINIBUS
public static final PlatformLandBusSubcategories MINI_WHEELCHAIR
public static final PlatformLandBusSubcategories MOTORCOACH
public static final PlatformLandBusSubcategories PRISON_BUS
public static final PlatformLandBusSubcategories SCHOOLBUS
public static final PlatformLandBusSubcategories SCHOOL_WHEELCHAIR
public static final PlatformLandBusSubcategories TOUR
public static final PlatformLandBusSubcategories TRAM_PARKING_LOT
public static final PlatformLandBusSubcategories TROLLEY
public static final PlatformLandBusSubcategories AIRPORT_TRANSPORT
public static final PlatformLandBusSubcategories ARTICULATED_MULTI_UNIT
public static PlatformLandBusSubcategories[] values()
for (PlatformLandBusSubcategories c : PlatformLandBusSubcategories.values()) System.out.println(c);
public static PlatformLandBusSubcategories 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()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static PlatformLandBusSubcategories 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 PlatformLandBusSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformLandBusSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()