public final class ReadDirection
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getReadDirection(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
public static ReadDirection get(java.lang.String literal)
public static ReadDirection getByName(java.lang.String name)
public static ReadDirection get(int value)