public interface NumericItem extends ElementaryDataItem
The following features are supported:
COBOLPackage.getNumericItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrencySymbol()
Deprecated.
|
java.lang.String |
getNumproc()
Deprecated.
This method was superfluous.
|
java.lang.String |
getTrunc()
Deprecated.
This method was superfluous.
|
boolean |
isDecimal()
Deprecated.
This method was superfluous.
|
boolean |
isSigned()
Returns the value of the 'Signed' attribute.
|
boolean |
isSignLeading()
Returns the value of the 'Sign Leading' attribute.
|
boolean |
isSignSeparate()
Returns the value of the 'Sign Separate' attribute.
|
void |
setCurrencySymbol(java.lang.String value)
Deprecated.
|
void |
setDecimal(boolean value)
Deprecated.
This method was superfluous.
|
void |
setNumproc(java.lang.String value)
Deprecated.
This method was superfluous.
|
void |
setSigned(boolean value)
Sets the value of the '
Signed' attribute. |
void |
setSignLeading(boolean value)
Sets the value of the '
Sign Leading' attribute. |
void |
setSignSeparate(boolean value)
Sets the value of the '
Sign Separate' attribute. |
void |
setTrunc(java.lang.String 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 isSigned()
The value is true if an S appears in the picture string; false otherwise.
setSigned(boolean),
COBOLPackage.getNumericItem_Signed()void setSigned(boolean value)
Signed' attribute.
value - the new value of the 'Signed' attribute.isSigned()boolean isSignLeading()
The value is true if the LEADING keyword is present in the sign clause; false if the TRAILING keyword is present.
setSignLeading(boolean),
COBOLPackage.getNumericItem_SignLeading()void setSignLeading(boolean value)
Sign Leading' attribute.
value - the new value of the 'Sign Leading' attribute.isSignLeading()boolean isSignSeparate()
The value is true if the SEPARATE or SEPARATE CHARACTER keywords are present in the sign clause; false otherwise.
setSignSeparate(boolean),
COBOLPackage.getNumericItem_SignSeparate()void setSignSeparate(boolean value)
Sign Separate' attribute.
value - the new value of the 'Sign Separate' attribute.isSignSeparate()java.lang.String getCurrencySymbol()
SpecialNamesParagraph.getCurrencySignClauses().
The value is the value specified in the CURRENCY SIGN clause of the special names paragraph in the environment division.
setCurrencySymbol(String),
COBOLPackage.getNumericItem_CurrencySymbol()void setCurrencySymbol(java.lang.String value)
SpecialNamesParagraph.getCurrencySignClauses().
Currency Symbol' attribute.
value - the new value of the 'Currency Symbol' attribute.getCurrencySymbol()java.lang.String getTrunc()
setTrunc(String),
COBOLPackage.getNumericItem_Trunc()void setTrunc(java.lang.String value)
Trunc' attribute.
value - the new value of the 'Trunc' attribute.getTrunc()java.lang.String getNumproc()
setNumproc(String),
COBOLPackage.getNumericItem_Numproc()void setNumproc(java.lang.String value)
Numproc' attribute.
value - the new value of the 'Numproc' attribute.getNumproc()boolean isDecimal()
setDecimal(boolean),
COBOLPackage.getNumericItem_Decimal()void setDecimal(boolean value)
Decimal' attribute.
value - the new value of the 'Decimal' attribute.isDecimal()