public enum PlatformLandNonmotorizedSubcategories extends java.lang.Enum<PlatformLandNonmotorizedSubcategories>
Enum Constant and Description |
---|
BICYCLE
Bicycle
|
BICYCLE_MOUNTAIN
Bicycle, Mountain
|
BICYCLE_RACING
Bicycle, Racing
|
CYCLE_SIDECAR
Cycle Sidecar
|
CYCLE_TRAILER
Cycle Trailer
|
DOLLY
Dolly
|
HANDTRUCK
Handtruck
|
KICK_SCOOTER
Kick Scooter
|
OTHER
Other
|
PUSH_CART
Push Cart
|
QUADRICYCLE
Quadricycle
|
RICKSHAW_ONE_PERSON
Rickshaw, One Person
|
RICKSHAW_TWO_PERSON
Rickshaw, Two Person
|
SKATEBOARD
Skateboard
|
SKATES
Skates
|
SKATES_IN_LINE
Skates, In-Line
|
SKIS
Skis
|
SLED
Sled
|
SNOWBOARD
Snowboard
|
TANDEM_BICYCLE
Tandem Bicycle
|
TRICYCLE
Tricycle
|
UNICYCLE
Unicycle
|
WAGON_CART
Wagon Cart
|
WHEELBARROW
Wheelbarrow
|
WHEELCHAIR
Wheelchair
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformLandNonmotorizedSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformLandNonmotorizedSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformLandNonmotorizedSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
static PlatformLandNonmotorizedSubcategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformLandNonmotorizedSubcategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformLandNonmotorizedSubcategories OTHER
public static final PlatformLandNonmotorizedSubcategories UNICYCLE
public static final PlatformLandNonmotorizedSubcategories BICYCLE
public static final PlatformLandNonmotorizedSubcategories BICYCLE_MOUNTAIN
public static final PlatformLandNonmotorizedSubcategories BICYCLE_RACING
public static final PlatformLandNonmotorizedSubcategories TRICYCLE
public static final PlatformLandNonmotorizedSubcategories QUADRICYCLE
public static final PlatformLandNonmotorizedSubcategories RICKSHAW_TWO_PERSON
public static final PlatformLandNonmotorizedSubcategories RICKSHAW_ONE_PERSON
public static final PlatformLandNonmotorizedSubcategories TANDEM_BICYCLE
public static final PlatformLandNonmotorizedSubcategories CYCLE_TRAILER
public static final PlatformLandNonmotorizedSubcategories CYCLE_SIDECAR
public static final PlatformLandNonmotorizedSubcategories SLED
public static final PlatformLandNonmotorizedSubcategories SKIS
public static final PlatformLandNonmotorizedSubcategories SNOWBOARD
public static final PlatformLandNonmotorizedSubcategories SKATEBOARD
public static final PlatformLandNonmotorizedSubcategories SKATES
public static final PlatformLandNonmotorizedSubcategories SKATES_IN_LINE
public static final PlatformLandNonmotorizedSubcategories WAGON_CART
public static final PlatformLandNonmotorizedSubcategories DOLLY
public static final PlatformLandNonmotorizedSubcategories HANDTRUCK
public static final PlatformLandNonmotorizedSubcategories PUSH_CART
public static final PlatformLandNonmotorizedSubcategories WHEELBARROW
public static final PlatformLandNonmotorizedSubcategories KICK_SCOOTER
public static final PlatformLandNonmotorizedSubcategories WHEELCHAIR
public static PlatformLandNonmotorizedSubcategories[] values()
for (PlatformLandNonmotorizedSubcategories c : PlatformLandNonmotorizedSubcategories.values()) System.out.println(c);
public static PlatformLandNonmotorizedSubcategories 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 PlatformLandNonmotorizedSubcategories 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 PlatformLandNonmotorizedSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformLandNonmotorizedSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()