public enum PlatformSurfaceTankerSubcategories extends java.lang.Enum<PlatformSurfaceTankerSubcategories> implements SubCategory
Enum Constant and Description |
---|
CHEMICAL_TANKER
Chemical Tanker
|
COASTAL_TRADING_VESSEL_COASTER
Coastal Trading Vessel (Coaster)
|
CONDENSATE_STORAGE_TANKER
Condensate Storage Tanker
|
CRUDE_OIL_TANKER_UP_TO_159_999_DWT
Crude Oil Tanker (up to 159,999 DWT)
|
LIQUID_BULK_TANKER
Liquid Bulk Tanker
|
LIQUID_NATURAL_GAS_LNG_TANKER
Liquid Natural Gas (LNG) Tanker
|
LIQUID_PETROLEUM_GAS_LPGTANKER
Liquid Petroleum Gas (LPG)Tanker
|
ULTRA_LARGE_CRUDE_CARRIER_320_000_549_999_DWT
Ultra Large Crude Carrier (320,000–549,999 DWT)
|
VERY_LARGE_CRUDE_CARRIER_160_000_319_999_DWT
Very Large Crude Carrier (160,000–319,999 DWT)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static PlatformSurfaceTankerSubcategories |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static PlatformSurfaceTankerSubcategories |
unmarshalEnum(java.nio.ByteBuffer buff) |
static PlatformSurfaceTankerSubcategories |
unmarshalEnum(java.io.DataInputStream dis) |
static PlatformSurfaceTankerSubcategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformSurfaceTankerSubcategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformSurfaceTankerSubcategories LIQUID_PETROLEUM_GAS_LPGTANKER
public static final PlatformSurfaceTankerSubcategories CHEMICAL_TANKER
public static final PlatformSurfaceTankerSubcategories LIQUID_NATURAL_GAS_LNG_TANKER
public static final PlatformSurfaceTankerSubcategories COASTAL_TRADING_VESSEL_COASTER
public static final PlatformSurfaceTankerSubcategories CRUDE_OIL_TANKER_UP_TO_159_999_DWT
public static final PlatformSurfaceTankerSubcategories LIQUID_BULK_TANKER
public static final PlatformSurfaceTankerSubcategories VERY_LARGE_CRUDE_CARRIER_160_000_319_999_DWT
public static final PlatformSurfaceTankerSubcategories ULTRA_LARGE_CRUDE_CARRIER_320_000_549_999_DWT
public static final PlatformSurfaceTankerSubcategories CONDENSATE_STORAGE_TANKER
public static PlatformSurfaceTankerSubcategories[] values()
for (PlatformSurfaceTankerSubcategories c : PlatformSurfaceTankerSubcategories.values()) System.out.println(c);
public static PlatformSurfaceTankerSubcategories 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 PlatformSurfaceTankerSubcategories 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 PlatformSurfaceTankerSubcategories unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static PlatformSurfaceTankerSubcategories unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()