|
||||||||||
| 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.ReadDirection
public final class ReadDirection
A representation of either NEXT or no direction specified in a READ statement. This includes the literals of the enumeration 'Read Direction', and utility methods for working with them.
COBOLPackage.getReadDirection(),
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
READSEQDIR_NEXT
The 'READSEQDIR NEXT' literal value. |
static ReadDirection |
READSEQDIR_NEXT_LITERAL
The 'READSEQDIR NEXT' literal object. |
static int |
READSEQDIR_NONE
The 'READSEQDIR NONE' literal value. |
static ReadDirection |
READSEQDIR_NONE_LITERAL
The 'READSEQDIR NONE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Read Direction' enumerators. |
| Method Summary | |
|---|---|
static ReadDirection |
get(int value)
Returns the 'Read Direction' literal with the specified integer value. |
static ReadDirection |
get(java.lang.String literal)
Returns the 'Read Direction' literal with the specified literal value. |
static ReadDirection |
getByName(java.lang.String name)
Returns the 'Read Direction' 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 READSEQDIR_NONE
This value can be used to indicate that no direction was specified in a read statement.
READSEQDIR_NONE_LITERAL,
Constant Field Valuespublic static final int READSEQDIR_NEXT
Representation of NEXT.
READSEQDIR_NEXT_LITERAL,
Constant Field Valuespublic static final ReadDirection READSEQDIR_NONE_LITERAL
READSEQDIR_NONEpublic static final ReadDirection READSEQDIR_NEXT_LITERAL
READSEQDIR_NEXTpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ReadDirection get(java.lang.String literal)
public static ReadDirection getByName(java.lang.String name)
public static ReadDirection get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||