Uses of Interface
com.ibm.etools.cobol.application.model.cobol.RecordingModeClause

Uses of RecordingModeClause in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return RecordingModeClause
 RecordingModeClause FileDescriptionEntry.getRecordingModeClause()
          Returns the value of the 'Recording Mode Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type RecordingModeClause
 void FileDescriptionEntry.setRecordingModeClause(RecordingModeClause value)
          Sets the value of the 'Recording Mode Clause' containment reference.