|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementaryDataItem
A representation of an elementary data item.
The following features are supported:
COBOLPackage.getElementaryDataItem()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getPictureString()
Returns the value of the 'Picture String' attribute. |
UsageValues |
getUsage()
Returns the value of the 'Usage' attribute. |
boolean |
isSynchronized()
Returns the value of the 'Synchronized' attribute. |
void |
setPictureString(java.lang.String value)
Sets the value of the ' Picture String' attribute. |
void |
setSynchronized(boolean value)
Sets the value of the ' Synchronized' attribute. |
void |
setUsage(UsageValues value)
Sets the value of the ' Usage' attribute. |
| 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 |
|---|
java.lang.String getPictureString()
The value is the character string of the PICTURE clause.
setPictureString(String),
COBOLPackage.getElementaryDataItem_PictureString()void setPictureString(java.lang.String value)
Picture String' attribute.
value - the new value of the 'Picture String' attribute.getPictureString()UsageValues getUsage()
UsageValues.
The value is the remainder of the USAGE clause after the USAGE keyword. If there is no USAGE keyword, a default value will be returned according to the rules in the language reference.
UsageValues,
setUsage(UsageValues),
COBOLPackage.getElementaryDataItem_Usage()void setUsage(UsageValues value)
Usage' attribute.
value - the new value of the 'Usage' attribute.UsageValues,
getUsage()boolean isSynchronized()
The value is true if the SYNCHRONIZED clause is present; false otherwise.
setSynchronized(boolean),
COBOLPackage.getElementaryDataItem_Synchronized()void setSynchronized(boolean value)
Synchronized' attribute.
value - the new value of the 'Synchronized' attribute.isSynchronized()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||