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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return LiteralTypedValue
 LiteralTypedValue CurrencySignClause.getCurrencySign()
          Returns the value of the 'Currency Sign' containment reference.
 LiteralTypedValue DataItem.getInitialValue()
          Returns the value of the 'Initial Value' containment reference.
 LiteralTypedValue Literal.getLit()
          Returns the value of the 'Lit' containment reference.
 LiteralTypedValue LiteralValueRange.getLowerLimit()
          Returns the value of the 'Lower Limit' containment reference.
 LiteralTypedValue CurrencySignClause.getPictureSymbol()
          Returns the value of the 'Picture Symbol' containment reference.
 LiteralTypedValue LiteralValueRange.getUpperLimit()
          Returns the value of the 'Upper Limit' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type LiteralTypedValue
 void CurrencySignClause.setCurrencySign(LiteralTypedValue value)
          Sets the value of the 'Currency Sign' containment reference.
 void DataItem.setInitialValue(LiteralTypedValue value)
          Sets the value of the 'Initial Value' containment reference.
 void Literal.setLit(LiteralTypedValue value)
          Sets the value of the 'Lit' containment reference.
 void LiteralValueRange.setLowerLimit(LiteralTypedValue value)
          Sets the value of the 'Lower Limit' containment reference.
 void CurrencySignClause.setPictureSymbol(LiteralTypedValue value)
          Sets the value of the 'Picture Symbol' containment reference.
 void LiteralValueRange.setUpperLimit(LiteralTypedValue value)
          Sets the value of the 'Upper Limit' containment reference.