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