| Modifier and Type | Interface and Description |
|---|---|
interface |
CFormatItem
A representation of the model object 'CFormat Item'.
|
interface |
ColumnFormatItem
A representation of the model object 'Column Format Item'.
|
interface |
EFormatItem
A representation of the model object 'EFormat Item'.
|
interface |
FFormatItem
A representation of the model object 'FFormat Item'.
|
interface |
FieldWidthFormatItem
A representation of the model object 'Field Width Format Item'.
|
interface |
FormatListFormatItem
A representation of the model object 'Format List Format Item'.
|
interface |
LineFormatItem
A representation of the model object 'Line Format Item'.
|
interface |
PFormatItem
A representation of the model object 'PFormat Item'.
|
interface |
RFormatItem
A representation of the model object 'RFormat Item'.
|
interface |
SkipFormatItem
A representation of the model object 'Skip Format Item'.
|
| Modifier and Type | Method and Description |
|---|---|
FormatItem |
PLIFactory.createFormatItem()
Returns a new object of class 'Format Item'.
|
FormatItem |
CFormatItem.getRealFormatItem()
Returns the value of the 'Real Format Item' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FormatItem> |
FormatStatement.getFormatItems()
Returns the value of the 'Format Items' containment reference list.
|
java.util.List<FormatItem> |
FormatListFormatItem.getFormatItems()
Returns the value of the 'Format Items' containment reference list.
|
java.util.List<FormatItem> |
DataListFormatListSpecifications.getFormatItems()
Returns the value of the 'Format Items' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CFormatItem.setRealFormatItem(FormatItem value)
Sets the value of the '
Real Format Item' containment reference. |