|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.etools.cobol.application.model.cobol.OpenMode
public final class OpenMode
A representation of the modes in an OPEN statement or EXCEPTION declarative. This includes the literals of the enumeration 'Open Mode', and utility methods for working with them.
COBOLPackage.getOpenMode(),
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
OPENMODE_EXTEND
The 'OPENMODE EXTEND' literal value. |
static OpenMode |
OPENMODE_EXTEND_LITERAL
The 'OPENMODE EXTEND' literal object. |
static int |
OPENMODE_INPUT
The 'OPENMODE INPUT' literal value. |
static OpenMode |
OPENMODE_INPUT_LITERAL
The 'OPENMODE INPUT' literal object. |
static int |
OPENMODE_IO
The 'OPENMODE IO' literal value. |
static OpenMode |
OPENMODE_IO_LITERAL
The 'OPENMODE IO' literal object. |
static int |
OPENMODE_OUTPUT
The 'OPENMODE OUTPUT' literal value. |
static OpenMode |
OPENMODE_OUTPUT_LITERAL
The 'OPENMODE OUTPUT' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Open Mode' enumerators. |
| Method Summary | |
|---|---|
static OpenMode |
get(int value)
Returns the 'Open Mode' literal with the specified integer value. |
static OpenMode |
get(java.lang.String literal)
Returns the 'Open Mode' literal with the specified literal value. |
static OpenMode |
getByName(java.lang.String name)
Returns the 'Open Mode' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
public static final int OPENMODE_INPUT
Representation of INPUT
OPENMODE_INPUT_LITERAL,
Constant Field Valuespublic static final int OPENMODE_OUTPUT
Representation of OUTPUT
OPENMODE_OUTPUT_LITERAL,
Constant Field Valuespublic static final int OPENMODE_IO
Representation of I-O
OPENMODE_IO_LITERAL,
Constant Field Valuespublic static final int OPENMODE_EXTEND
Representation of EXTEND
OPENMODE_EXTEND_LITERAL,
Constant Field Valuespublic static final OpenMode OPENMODE_INPUT_LITERAL
OPENMODE_INPUTpublic static final OpenMode OPENMODE_OUTPUT_LITERAL
OPENMODE_OUTPUTpublic static final OpenMode OPENMODE_IO_LITERAL
OPENMODE_IOpublic static final OpenMode OPENMODE_EXTEND_LITERAL
OPENMODE_EXTENDpublic static final java.util.List VALUES
| Method Detail |
|---|
public static OpenMode get(java.lang.String literal)
public static OpenMode getByName(java.lang.String name)
public static OpenMode get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||