public interface BlContainer extends BlItem
A BlContainer object is the container for BlItem objects.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BlItem> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
getDescription, getInheritedData, getParent, getPath, getState, setDescription, setStategetIdentifiergetCustomPropertiesjava.util.List<BlItem> getChildren()
BlItem.
It is bidirectional and its opposite is 'Parent'.
Children is a relation of containment. If a BlItem that is owned by another BlContainer is added
to this list, it will be automatically removed from its previous owner.
If the added BlItem is already owned by this BlContainer, nothing will be done. Position
of the BlItem will remain the same.
A BlContainer may have restrictions on items it contains. For example, a dimension cannot contain a
measure. A BlContainer may also have restrictions on the type of items it contains. For example, a measure cannot contain
Attribute and other BlItem types.
BlItem.getParent()