|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OcpMode>
org.extex.ocpware.type.OcpMode
public enum OcpMode
This enumeration names the ΩCP modes.
| Enum Constant Summary | |
|---|---|
ONE_BYTE
The field ONE_BYTE contains the value for one byte. |
|
TWO_BYTES
The field TWO_BYTES contains the value for two-byte higher endian. |
|
TWO_BYTES_LE
The field TWO_BYTES_LE contains the value for two-byte lower endian |
|
| Method Summary | |
|---|---|
static OcpMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OcpMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OcpMode ONE_BYTE
public static final OcpMode TWO_BYTES
public static final OcpMode TWO_BYTES_LE
| Method Detail |
|---|
public static final OcpMode[] values()
for(OcpMode c : OcpMode.values())
System.out.println(c);
public static OcpMode 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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||