| Modifier and Type | Field and Description |
|---|---|
static ReadDirection |
ReadDirection.READSEQDIR_NEXT_LITERAL
The 'READSEQDIR NEXT' literal object.
|
static ReadDirection |
ReadDirection.READSEQDIR_NONE_LITERAL
The 'READSEQDIR NONE' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static ReadDirection |
ReadDirection.get(int value)
Returns the 'Read Direction' literal with the specified integer value.
|
static ReadDirection |
ReadDirection.get(java.lang.String literal)
Returns the 'Read Direction' literal with the specified literal value.
|
static ReadDirection |
ReadDirection.getByName(java.lang.String name)
Returns the 'Read Direction' literal with the specified name.
|
ReadDirection |
ReadStmt.getDirection()
Returns the value of the 'Direction' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadStmt.setDirection(ReadDirection value)
Sets the value of the '
Direction' attribute. |