public interface FFormatItem extends FieldWidthFormatItem
The following features are supported:
PLIPackage.getFFormatItem()| 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 |
getScalingFactor()
Returns the value of the 'Scaling Factor' containment reference.
|
void |
setFractionalDigits(Expression value)
Sets the value of the '
Fractional Digits' containment reference. |
void |
setScalingFactor(Expression value)
Sets the value of the '
Scaling Factor' 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.getFFormatItem_FractionalDigits()void setFractionalDigits(Expression value)
Fractional Digits' containment reference.
value - the new value of the 'Fractional Digits' containment reference.getFractionalDigits()Expression getScalingFactor()
setScalingFactor(Expression),
PLIPackage.getFFormatItem_ScalingFactor()void setScalingFactor(Expression value)
Scaling Factor' containment reference.
value - the new value of the 'Scaling Factor' containment reference.getScalingFactor()