|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CurrencySignClause
A representation of CURRENCY SIGN clause in the SPECIAL-NAMES paragraph.
The following features are supported:
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||