public interface ElementaryDataItem extends DataItem
The following features are supported:
COBOLPackage.getElementaryDataItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DateFormatClause |
getDateFormatClause()
Returns the value of the 'Date Format Clause' containment reference.
|
java.lang.String |
getPictureString()
Returns the value of the 'Picture String' attribute.
|
UsageValues |
getUsage()
Deprecated.
Use
getUsageClause() instead.
|
UsageClause |
getUsageClause()
Returns the value of the 'Usage Clause' containment reference.
|
boolean |
isSynchronized()
Returns the value of the 'Synchronized' attribute.
|
void |
setDateFormatClause(DateFormatClause value)
Sets the value of the '
Date Format Clause' containment reference. |
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)
Deprecated.
Use
setUsageClause(UsageClause) instead.
|
void |
setUsageClause(UsageClause value)
Sets the value of the '
Usage Clause' containment reference. |
getConditions, 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
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()
getUsageClause() instead.
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)
setUsageClause(UsageClause) instead.
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()UsageClause getUsageClause()
The value is a representation of the USAGE clause. If the USAGE clause is not present, the value is null.
setUsageClause(UsageClause),
COBOLPackage.getElementaryDataItem_UsageClause()void setUsageClause(UsageClause value)
Usage Clause' containment reference.
value - the new value of the 'Usage Clause' containment reference.getUsageClause()DateFormatClause getDateFormatClause()
The value is a representation of the DATE FORMAT clause, if one is present; if there is no DATE FORMAT clause, the value is null.
setDateFormatClause(DateFormatClause),
COBOLPackage.getElementaryDataItem_DateFormatClause()void setDateFormatClause(DateFormatClause value)
Date Format Clause' containment reference.
value - the new value of the 'Date Format Clause' containment reference.getDateFormatClause()