public interface DBCSItem extends ElementaryDataItem
The following features are supported:
COBOLPackage.getDBCSItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isJustifiedRight()
Returns the value of the 'Justified Right' attribute.
|
void |
setJustifiedRight(boolean value)
Sets the value of the '
Justified Right' attribute. |
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 isJustifiedRight()
The value is true if the JUSTIFIED clause is present; false otherwise.
setJustifiedRight(boolean),
COBOLPackage.getDBCSItem_JustifiedRight()void setJustifiedRight(boolean value)
Justified Right' attribute.
value - the new value of the 'Justified Right' attribute.isJustifiedRight()