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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return LocalStorageSection
 LocalStorageSection DataDivision.getLocalStorageSection()
          Returns the value of the 'Local Storage Section' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type LocalStorageSection
 void DataDivision.setLocalStorageSection(LocalStorageSection value)
          Sets the value of the 'Local Storage Section' containment reference.