|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RecordingMode in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as RecordingMode | |
|---|---|
static RecordingMode |
RecordingMode.RM_F_LITERAL
The 'RM F' literal object. |
static RecordingMode |
RecordingMode.RM_S_LITERAL
The 'RM S' literal object. |
static RecordingMode |
RecordingMode.RM_U_LITERAL
The 'RM U' literal object. |
static RecordingMode |
RecordingMode.RM_V_LITERAL
The 'RM V' literal object. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return RecordingMode | |
|---|---|
static RecordingMode |
RecordingMode.get(int value)
Returns the 'Recording Mode' literal with the specified integer value. |
static RecordingMode |
RecordingMode.get(java.lang.String literal)
Returns the 'Recording Mode' literal with the specified literal value. |
static RecordingMode |
RecordingMode.getByName(java.lang.String name)
Returns the 'Recording Mode' literal with the specified name. |
RecordingMode |
RecordingModeClause.getMode()
Returns the value of the 'Mode' attribute. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type RecordingMode | |
|---|---|
void |
RecordingModeClause.setMode(RecordingMode value)
Sets the value of the ' Mode' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||