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