|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NumericItem
A representation of a numeric data item.
The following features are supported:
COBOLPackage.getNumericItem()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getCurrencySymbol()
Deprecated. Use SpecialNamesParagraph.getCurrencySignClauses().
|
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. Use SpecialNamesParagraph.getCurrencySignClauses().
|
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. |
| 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 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||