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 Literal
          A representation of a literal.
 interface SimpleRef
          A representation of the use of a data item in a COBOL program.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return SimpleRefOrLiteral
 SimpleRefOrLiteral FileDescriptionEntry.getLinage()
          Returns the value of the 'Linage' 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 FileDescriptionEntry.setLinage(SimpleRefOrLiteral value)
          Sets the value of the 'Linage' containment reference.
 void SequentialFileControlEntry.setPaddingCharacter(SimpleRefOrLiteral value)
          Sets the value of the 'Padding Character' containment reference.