|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NumericEditedItem
A representation of a numeric edited data item.
The following features are supported:
COBOLPackage.getNumericEditedItem()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getCurrencySign()
Deprecated. Use SpecialNamesParagraph.getCurrencySignClauses().
|
boolean |
isBlankWhenZero()
Returns the value of the 'Blank When Zero' attribute. |
boolean |
isDecimal()
Deprecated. This method was superfluous. |
void |
setBlankWhenZero(boolean value)
Sets the value of the ' Blank When Zero' attribute. |
void |
setCurrencySign(java.lang.String value)
Deprecated. Use SpecialNamesParagraph.getCurrencySignClauses().
|
void |
setDecimal(boolean value)
Deprecated. This method was superfluous. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ElementaryDataItem |
|---|
getDateFormatClause, getPictureString, getUsage, getUsageClause, isSynchronized, setDateFormatClause, setPictureString, setSynchronized, setUsage, setUsageClause |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.DataItem |
|---|
getConditions, getCopiedFrom, getCopiedFromUniqueID, getInitialValue, getLevel, getMaxOffsetWithinParent, getMaxSize, getRedefines, isIsFiller, setCopiedFrom, setCopiedFromUniqueID, setInitialValue, setIsFiller, setLevel, setMaxOffsetWithinParent, setMaxSize, setRedefines |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.NamedElement |
|---|
getName, setName |
| 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 |
|---|
boolean isBlankWhenZero()
The value is true if the BLANK WHEN ZERO clause is present; false otherwise.
setBlankWhenZero(boolean),
COBOLPackage.getNumericEditedItem_BlankWhenZero()void setBlankWhenZero(boolean value)
Blank When Zero' attribute.
value - the new value of the 'Blank When Zero' attribute.isBlankWhenZero()java.lang.String getCurrencySign()
SpecialNamesParagraph.getCurrencySignClauses().
The value is the value specified in the CURRENCY SIGN clause in the special names paragraph in the environment division.
setCurrencySign(String),
COBOLPackage.getNumericEditedItem_CurrencySign()void setCurrencySign(java.lang.String value)
SpecialNamesParagraph.getCurrencySignClauses().
Currency Sign' attribute.
value - the new value of the 'Currency Sign' attribute.getCurrencySign()boolean isDecimal()
setDecimal(boolean),
COBOLPackage.getNumericEditedItem_Decimal()void setDecimal(boolean value)
Decimal' attribute.
value - the new value of the 'Decimal' attribute.isDecimal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||