public interface NumericEditedItem extends ElementaryDataItem
The following features are supported:
COBOLPackage.getNumericEditedItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrencySign()
Deprecated.
|
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.
|
void |
setDecimal(boolean value)
Deprecated.
This method was superfluous.
|
getDateFormatClause, getPictureString, getUsage, getUsageClause, isSynchronized, setDateFormatClause, setPictureString, setSynchronized, setUsage, setUsageClausegetConditions, getCopiedFrom, getCopiedFromUniqueID, getInitialValue, getLevel, getMaxOffsetWithinParent, getMaxSize, getRedefines, isIsFiller, isVolatile, setCopiedFrom, setCopiedFromUniqueID, setInitialValue, setIsFiller, setLevel, setMaxOffsetWithinParent, setMaxSize, setRedefines, setVolatilegetName, setNamegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()