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()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 LiteralTypedValue getCurrencySign()
          Returns the value of the 'Currency Sign' containment reference.
 LiteralTypedValue getPictureSymbol()
          Returns the value of the 'Picture Symbol' containment reference.
 void setCurrencySign(LiteralTypedValue value)
          Sets the value of the 'Currency Sign' containment reference.
 void setPictureSymbol(LiteralTypedValue value)
          Sets the value of the 'Picture Symbol' containment reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
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()

setCurrencySign

void setCurrencySign(LiteralTypedValue value)
Sets the value of the 'Currency Sign' containment reference.

Parameters:
value - the new value of the 'Currency Sign' containment reference.
See Also:
getCurrencySign()

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()

setPictureSymbol

void setPictureSymbol(LiteralTypedValue value)
Sets the value of the 'Picture Symbol' containment reference.

Parameters:
value - the new value of the 'Picture Symbol' containment reference.
See Also:
getPictureSymbol()