public interface EFormatItem extends FieldWidthFormatItem
The following features are supported:
PLIPackage.getEFormatItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getFractionalDigits()
Returns the value of the 'Fractional Digits' containment reference.
|
Expression |
getSignificantDigits()
Returns the value of the 'Significant Digits' containment reference.
|
void |
setFractionalDigits(Expression value)
Sets the value of the '
Fractional Digits' containment reference. |
void |
setSignificantDigits(Expression value)
Sets the value of the '
Significant Digits' containment reference. |
getFieldWidth, setFieldWidthgetIterationFactor, getType, setIterationFactor, setTypegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getFractionalDigits()
setFractionalDigits(Expression),
PLIPackage.getEFormatItem_FractionalDigits()void setFractionalDigits(Expression value)
Fractional Digits' containment reference.
value - the new value of the 'Fractional Digits' containment reference.getFractionalDigits()Expression getSignificantDigits()
setSignificantDigits(Expression),
PLIPackage.getEFormatItem_SignificantDigits()void setSignificantDigits(Expression value)
Significant Digits' containment reference.
value - the new value of the 'Significant Digits' containment reference.getSignificantDigits()