public interface FormatItem extends PLINode
The following features are supported:
PLIPackage.getFormatItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getIterationFactor()
Returns the value of the 'Iteration Factor' containment reference.
|
FormatItemType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setIterationFactor(Expression value)
Sets the value of the '
Iteration Factor' containment reference. |
void |
setType(FormatItemType value)
Sets the value of the '
Type' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getIterationFactor()
setIterationFactor(Expression),
PLIPackage.getFormatItem_IterationFactor()void setIterationFactor(Expression value)
Iteration Factor' containment reference.
value - the new value of the 'Iteration Factor' containment reference.getIterationFactor()FormatItemType getType()
FormatItemType.
FormatItemType,
setType(FormatItemType),
PLIPackage.getFormatItem_Type()void setType(FormatItemType value)
Type' attribute.
value - the new value of the 'Type' attribute.FormatItemType,
getType()