|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ReadDirection in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as ReadDirection | |
|---|---|
static ReadDirection |
ReadDirection.READSEQDIR_NEXT_LITERAL
The 'READSEQDIR NEXT' literal object. |
static ReadDirection |
ReadDirection.READSEQDIR_NONE_LITERAL
The 'READSEQDIR NONE' literal object. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return ReadDirection | |
|---|---|
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. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ReadDirection | |
|---|---|
void |
ReadStmt.setDirection(ReadDirection value)
Sets the value of the ' Direction' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||