|
||||||||||
| 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()
Returns the value of the 'Currency Symbol' attribute. |
java.lang.String |
getNumproc()
|
java.lang.String |
getTrunc()
|
boolean |
isDecimal()
|
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)
Sets the value of the ' Currency Symbol' attribute. |
void |
setDecimal(boolean value)
|
void |
setNumproc(java.lang.String value)
|
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)
|
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ElementaryDataItem |
|---|
getPictureString, getUsage, isSynchronized, setPictureString, setSynchronized, setUsage |
| 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 the SIGN keyword is present; 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()
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)
Currency Symbol' attribute.
value - the new value of the 'Currency Symbol' attribute.getCurrencySymbol()java.lang.String getTrunc()
void setTrunc(java.lang.String value)
java.lang.String getNumproc()
void setNumproc(java.lang.String value)
boolean isDecimal()
void setDecimal(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||