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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return UsageClause
 UsageClause GroupDataItem.getUsageClause()
          Returns the value of the 'Usage Clause' containment reference.
 UsageClause ElementaryDataItem.getUsageClause()
          Returns the value of the 'Usage Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type UsageClause
 void GroupDataItem.setUsageClause(UsageClause value)
          Sets the value of the 'Usage Clause' containment reference.
 void ElementaryDataItem.setUsageClause(UsageClause value)
          Sets the value of the 'Usage Clause' containment reference.