Package edu.nps.moves.dis7.enumerations
Enum SubcategoriesforSubsurfaceCategory201Mammal
java.lang.Object
java.lang.Enum<SubcategoriesforSubsurfaceCategory201Mammal>
edu.nps.moves.dis7.enumerations.SubcategoriesforSubsurfaceCategory201Mammal
- All Implemented Interfaces:
SubCategory
,Serializable
,Comparable<SubcategoriesforSubsurfaceCategory201Mammal>
,Constable
public enum SubcategoriesforSubsurfaceCategory201Mammal
extends Enum<SubcategoriesforSubsurfaceCategory201Mammal>
implements SubCategory
This
enum
type is generated from XML,
UID 121,
marshal size 8;
SubcategoriesforSubsurfaceCategory201Mammal has 59 enumerations total.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAustralian Snubfin DolphinChilean Black DolphinChinese White DolphinAtlantic WalrusAustralian Sea LionBeaked WhaleBearded SealBeluga WhaleBlue WhaleBottlenose WhaleBowhead WhaleBryde's WhaleBurmeister's PorpoiseCalifornia Sea LionCalifornian PorpoiseBottlenose DolphinDall's PorpoiseClymene DolphinDugongsDwarf Sperm WhaleElephant SealFinback WhaleFlorida ManateeFur SealGray WhaleHarbor SealHarbour PorpoiseHumpback WhaleDolphin, 50-99 DolphinLong-Finned Pilot WhaleManatee, 160-164 ManateeMinke WhaleNarwhal WhaleNorth Atlantic Right WhaleNorth Pacific Right WhaleNorthern Bottlenose WhaleNorthern Minke WhaleOrca WhaleOtter, 150-159 OtterPacific WalrusPolar Bear, 200-255 Other MammalsPorpoise, 100-119 PorpoisePygmy Sperm WhaleBottlenose Indo-Pacific DolphinRight WhaleSea Lion, 130-139 Sea LionSea OtterSeal, 120-129 SealSei WhaleShort-Finned Pilot WhaleSouthern Bottlenose WhaleSouthern Minke WhaleSouthern Right WhaleSperm WhaleBottlenose Burrunan DolphinAtlantic Spotted DolphinWalrus, 140-149 WalrusWeddell SealWhale, 1-49 Whale -
Method Summary
Modifier and TypeMethodDescriptionProvide enumeration descriptionstatic int
bit width for this enumerationgetEnumForValue
(int value) Provide enumeration for a given valueint
Returns size of this serialized (marshalled) object in bytesgetName()
Provide nameboolean
getTRACE()
Whether tracing is on or off for this objectint
getValue()
Provide enumeration valuevoid
marshal
(DataOutputStream dos) Marshal value to DataOutputStreamvoid
marshal
(ByteBuffer byteBuffer) Marshal value to ByteBuffervoid
setTRACE
(boolean value) Set tracing on/off for this objecttoString()
Provide simple identifierUnmarshal value to DataInputStreamunmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
WHALE
Whale, 1-49 Whale -
BEAKED_WHALE
Beaked Whale -
BELUGA_WHALE
Beluga Whale -
BLUE_WHALE
Blue Whale -
BOTTLENOSE_WHALE
Bottlenose Whale -
NORTHERN_BOTTLENOSE_WHALE
Northern Bottlenose Whale -
SOUTHERN_BOTTLENOSE_WHALE
Southern Bottlenose Whale -
BOWHEAD_WHALE
Bowhead Whale -
BRYDES_WHALE
Bryde's Whale -
DWARF_SPERM_WHALE
Dwarf Sperm Whale -
FINBACK_WHALE
Finback Whale -
GRAY_WHALE
Gray Whale -
HUMPBACK_WHALE
Humpback Whale -
LONG_FINNED_PILOT_WHALE
Long-Finned Pilot Whale -
MINKE_WHALE
Minke Whale -
NORTHERN_MINKE_WHALE
Northern Minke Whale -
SOUTHERN_MINKE_WHALE
Southern Minke Whale -
NARWHAL_WHALE
Narwhal Whale -
ORCA_WHALE
Orca Whale -
PYGMY_SPERM_WHALE
Pygmy Sperm Whale -
RIGHT_WHALE
Right Whale -
NORTH_ATLANTIC_RIGHT_WHALE
North Atlantic Right Whale -
NORTH_PACIFIC_RIGHT_WHALE
North Pacific Right Whale -
SOUTHERN_RIGHT_WHALE
Southern Right Whale -
SEI_WHALE
Sei Whale -
SHORT_FINNED_PILOT_WHALE
Short-Finned Pilot Whale -
SPERM_WHALE
Sperm Whale -
LIVE_ENTITY_DETONATION
Dolphin, 50-99 Dolphin -
CREATE_ENTITY_RELIABLE
Bottlenose Dolphin -
REMOVE_ENTITY_RELIABLE
Bottlenose Indo-Pacific Dolphin -
START_RESUME_RELIABLE
Bottlenose Burrunan Dolphin -
STOP_FREEZE_RELIABLE
Atlantic Spotted Dolphin -
ACKNOWLEDGE_RELIABLE
Australian Snubfin Dolphin -
ACTION_REQUEST_RELIABLE
Chilean Black Dolphin -
ACTION_RESPONSE_RELIABLE
Chinese White Dolphin -
DATA_QUERY_RELIABLE
Clymene Dolphin -
PORPOISE
Porpoise, 100-119 Porpoise -
HARBOUR_PORPOISE
Harbour Porpoise -
CALIFORNIAN_PORPOISE
Californian Porpoise -
DALLS_PORPOISE
Dall's Porpoise -
BURMEISTERS_PORPOISE
Burmeister's Porpoise -
SEAL
Seal, 120-129 Seal -
BEARDED_SEAL
Bearded Seal -
HARBOR_SEAL
Harbor Seal -
FUR_SEAL
Fur Seal -
WEDDELL_SEAL
Weddell Seal -
ELEPHANT_SEAL
Elephant Seal -
SEA_LION
Sea Lion, 130-139 Sea Lion -
AUSTRALIAN_SEA_LION
Australian Sea Lion -
CALIFORNIA_SEA_LION
California Sea Lion -
WALRUS
Walrus, 140-149 Walrus -
ATLANTIC_WALRUS
Atlantic Walrus -
PACIFIC_WALRUS
Pacific Walrus -
OTTER
Otter, 150-159 Otter -
SEA_OTTER
Sea Otter -
MANATEE
Manatee, 160-164 Manatee -
FLORIDA_MANATEE
Florida Manatee -
DUGONGS
Dugongs -
POLAR_BEAR
Polar Bear, 200-255 Other Mammals
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()Provide enumeration value- Specified by:
getValue
in interfaceSubCategory
- Returns:
- integer value
-
getDescription
Provide enumeration description- Specified by:
getDescription
in interfaceSubCategory
- Returns:
- description
-
getEnumBitWidth
public static int getEnumBitWidth()bit width for this enumeration- Returns:
- number of bits wide
-
getEnumForValue
Provide enumeration for a given value- Parameters:
value
- integer value of interest- Returns:
- enumeration corresponding to numeric value
-
setTRACE
public void setTRACE(boolean value) Set tracing on/off for this object- Parameters:
value
- whether tracing is on or off
-
getTRACE
public boolean getTRACE()Whether tracing is on or off for this object- Returns:
- whether tracing is on or off
-
marshal
Marshal value to DataOutputStream- Parameters:
dos
- DataOutputStream for output- Throws:
IOException
- input-output error- See Also:
-
marshal
Marshal value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for output- Throws:
IOException
- input-output errorException
- See Also:
-
unmarshalEnum
public static SubcategoriesforSubsurfaceCategory201Mammal unmarshalEnum(DataInputStream dis) throws Exception Unmarshal value to DataInputStream- Parameters:
dis
- DataInputStream for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
unmarshalEnum
public static SubcategoriesforSubsurfaceCategory201Mammal unmarshalEnum(ByteBuffer byteBuffer) throws Exception Unmarshal enumeration value to ByteBuffer- Parameters:
byteBuffer
- ByteBuffer for input- Returns:
- enumeration of interest
- Throws:
Exception
- unmarshalling input-output error- See Also:
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
getName
Provide name- Returns:
- name
-
toString
Provide simple identifier- Overrides:
toString
in classEnum<SubcategoriesforSubsurfaceCategory201Mammal>
- Returns:
- class name, value and name
-