public enum CoverShroudStatus extends java.lang.Enum<CoverShroudStatus>
Enum Constant and Description |
---|
CLOSED
Closed
|
COVER_SHROUD_BLOWN_DETACHED
Cover/Shroud Blown/Detached
|
OPEN_ATTACHED
Open/Attached
|
OPENING
Opening
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static CoverShroudStatus |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static CoverShroudStatus |
unmarshalEnum(java.nio.ByteBuffer buff) |
static CoverShroudStatus |
unmarshalEnum(java.io.DataInputStream dis) |
static CoverShroudStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoverShroudStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverShroudStatus CLOSED
public static final CoverShroudStatus OPENING
public static final CoverShroudStatus COVER_SHROUD_BLOWN_DETACHED
public static final CoverShroudStatus OPEN_ATTACHED
public static CoverShroudStatus[] values()
for (CoverShroudStatus c : CoverShroudStatus.values()) System.out.println(c);
public static CoverShroudStatus 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()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static CoverShroudStatus 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 CoverShroudStatus unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static CoverShroudStatus unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()