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