com.ibm.etools.cobol.application.model.cobol

Interface CurrencySignClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CurrencySignClause
    extends ASTNode
    A representation of CURRENCY SIGN clause in the SPECIAL-NAMES paragraph.

    The following features are supported:

    See Also:
    COBOLPackage.getCurrencySignClause()
    • Method Detail

      • getCurrencySign

        LiteralTypedValue getCurrencySign()
        Returns the value of the 'Currency Sign' containment reference.

        The value is the literal specified in the SIGN clause.

        Returns:
        the value of the 'Currency Sign' containment reference.
        See Also:
        setCurrencySign(LiteralTypedValue), COBOLPackage.getCurrencySignClause_CurrencySign()
      • getPictureSymbol

        LiteralTypedValue getPictureSymbol()
        Returns the value of the 'Picture Symbol' containment reference.

        The value is the literal specified in the PICTURE SYMBOL clause.

        Returns:
        the value of the 'Picture Symbol' containment reference.
        See Also:
        setPictureSymbol(LiteralTypedValue), COBOLPackage.getCurrencySignClause_PictureSymbol()