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

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

Subinterfaces of SimpleRefOrLiteral in com.ibm.etools.cobol.application.model.cobol
 interface ImplicitDataRef
          A representation of a reference to a data item that is implicitly declared.
 interface Literal
          A representation of a literal.
 interface SimpleRef
          A representation of the use of a data item in a COBOL program.
 interface TableRef
          A representation of a reference to a table data item.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return SimpleRefOrLiteral
 SimpleRefOrLiteral LinageClause.getFooting()
          Returns the value of the 'Footing' containment reference.
 SimpleRefOrLiteral FileDescriptionEntry.getLinage()
          Deprecated. Use getLinageClause() instead.
 SimpleRefOrLiteral LinageClause.getLinesAtBottom()
          Returns the value of the 'Lines At Bottom' containment reference.
 SimpleRefOrLiteral LinageClause.getLinesAtTop()
          Returns the value of the 'Lines At Top' containment reference.
 SimpleRefOrLiteral LinageClause.getNumberOfLines()
          Returns the value of the 'Number Of Lines' containment reference.
 SimpleRefOrLiteral SequentialFileControlEntry.getPaddingCharacter()
          Returns the value of the 'Padding Character' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SimpleRefOrLiteral
 void LinageClause.setFooting(SimpleRefOrLiteral value)
          Sets the value of the 'Footing' containment reference.
 void FileDescriptionEntry.setLinage(SimpleRefOrLiteral value)
          Sets the value of the 'Linage' containment reference.
 void LinageClause.setLinesAtBottom(SimpleRefOrLiteral value)
          Sets the value of the 'Lines At Bottom' containment reference.
 void LinageClause.setLinesAtTop(SimpleRefOrLiteral value)
          Sets the value of the 'Lines At Top' containment reference.
 void LinageClause.setNumberOfLines(SimpleRefOrLiteral value)
          Sets the value of the 'Number Of Lines' containment reference.
 void SequentialFileControlEntry.setPaddingCharacter(SimpleRefOrLiteral value)
          Sets the value of the 'Padding Character' containment reference.