|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.unit.omega.mode.OmegaMode
public class OmegaMode
This class contains the definitions of input modes in Omega. The definitions are provides as constants defined in this class.
| Field Summary | |
|---|---|
static OmegaMode |
EBCDIC
The constant EBCDIC contains the mode for a single byte stream. |
static OmegaMode |
ONEBYTE
The constant ONEBYTE contains the mode for a single byte stream. |
protected static long |
serialVersionUID
The field serialVersionUID contains the id for serialization. |
static OmegaMode |
TWOBYTE
The constant TWOBYTE contains the mode for a double byte stream. |
static OmegaMode |
TWOBYTE_LE
The constant TWOBYTE_LE contains the mode for a double byte stream. |
| Constructor Summary | |
|---|---|
protected |
OmegaMode()
Creates a new object. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
public static final OmegaMode ONEBYTE
public static final OmegaMode EBCDIC
public static final OmegaMode TWOBYTE
public static final OmegaMode TWOBYTE_LE
| Constructor Detail |
|---|
protected OmegaMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||