public enum PlatformSurfaceOtherVesselsSubcategories extends java.lang.Enum<PlatformSurfaceOtherVesselsSubcategories> implements SubCategory
Enum Constant and Description |
---|
CABLE_LAYER_VESSEL
Cable Layer Vessel
|
CATAMARAN
Catamaran
|
DREDGER_VESSEL
Dredger Vessel
|
GO_FAST_BOAT
Go-Fast Boat
|
HYDROFOIL_VESSEL
Hydrofoil Vessel
|
JUNK_DHOW_VESSEL
Junk/Dhow Vessel
|
PERSONAL_WATER_CRAFT
Personal Water Craft
|
PONTOON
Pontoon
|
REFUGEE_RAFT
Refugee Raft
|
RESEARCH_VESSEL
Research Vessel
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformSurfaceOtherVesselsSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformSurfaceOtherVesselsSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformSurfaceOtherVesselsSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
static PlatformSurfaceOtherVesselsSubcategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformSurfaceOtherVesselsSubcategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformSurfaceOtherVesselsSubcategories GO_FAST_BOAT
public static final PlatformSurfaceOtherVesselsSubcategories RESEARCH_VESSEL
public static final PlatformSurfaceOtherVesselsSubcategories HYDROFOIL_VESSEL
public static final PlatformSurfaceOtherVesselsSubcategories CABLE_LAYER_VESSEL
public static final PlatformSurfaceOtherVesselsSubcategories DREDGER_VESSEL
public static final PlatformSurfaceOtherVesselsSubcategories JUNK_DHOW_VESSEL
public static final PlatformSurfaceOtherVesselsSubcategories CATAMARAN
public static final PlatformSurfaceOtherVesselsSubcategories PONTOON
public static final PlatformSurfaceOtherVesselsSubcategories PERSONAL_WATER_CRAFT
public static final PlatformSurfaceOtherVesselsSubcategories REFUGEE_RAFT
public static PlatformSurfaceOtherVesselsSubcategories[] values()
for (PlatformSurfaceOtherVesselsSubcategories c : PlatformSurfaceOtherVesselsSubcategories.values()) System.out.println(c);
public static PlatformSurfaceOtherVesselsSubcategories 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 PlatformSurfaceOtherVesselsSubcategories 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 PlatformSurfaceOtherVesselsSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformSurfaceOtherVesselsSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()