public enum PlatformSurfacePrivateMotorboatSubcategories extends java.lang.Enum<PlatformSurfacePrivateMotorboatSubcategories> implements SubCategory
Enum Constant and Description |
---|
LARGE_MOTORBOAT_UP_TO_65FT_198M
Large Motorboat (up to 65ft/19.8m)
|
MEDIUM_MOTORBOAT_UP_TO_39FT_119M
Medium Motorboat (up to 39ft/11.9m)
|
SMALL_MOTORBOAT_UP_TO_26FT_79M
Small Motorboat (up to 26ft/7.9m)
|
VERY_LARGE_MOTORBOAT_GREATER_THAN_65FT_198M
Very Large Motorboat (greater than 65ft/19.8m)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformSurfacePrivateMotorboatSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformSurfacePrivateMotorboatSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformSurfacePrivateMotorboatSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
static PlatformSurfacePrivateMotorboatSubcategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformSurfacePrivateMotorboatSubcategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformSurfacePrivateMotorboatSubcategories SMALL_MOTORBOAT_UP_TO_26FT_79M
public static final PlatformSurfacePrivateMotorboatSubcategories MEDIUM_MOTORBOAT_UP_TO_39FT_119M
public static final PlatformSurfacePrivateMotorboatSubcategories LARGE_MOTORBOAT_UP_TO_65FT_198M
public static final PlatformSurfacePrivateMotorboatSubcategories VERY_LARGE_MOTORBOAT_GREATER_THAN_65FT_198M
public static PlatformSurfacePrivateMotorboatSubcategories[] values()
for (PlatformSurfacePrivateMotorboatSubcategories c : PlatformSurfacePrivateMotorboatSubcategories.values()) System.out.println(c);
public static PlatformSurfacePrivateMotorboatSubcategories 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 PlatformSurfacePrivateMotorboatSubcategories 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 PlatformSurfacePrivateMotorboatSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformSurfacePrivateMotorboatSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()