public interface CurrencySignClause extends ASTNode
The following features are supported:
COBOLPackage.getCurrencySignClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
LiteralTypedValue getCurrencySign()
The value is the literal specified in the SIGN clause.
setCurrencySign(LiteralTypedValue),
COBOLPackage.getCurrencySignClause_CurrencySign()void setCurrencySign(LiteralTypedValue value)
Currency Sign' containment reference.
value - the new value of the 'Currency Sign' containment reference.getCurrencySign()LiteralTypedValue getPictureSymbol()
The value is the literal specified in the PICTURE SYMBOL clause.
setPictureSymbol(LiteralTypedValue),
COBOLPackage.getCurrencySignClause_PictureSymbol()void setPictureSymbol(LiteralTypedValue value)
Picture Symbol' containment reference.
value - the new value of the 'Picture Symbol' containment reference.getPictureSymbol()