public interface Folder extends AbstractDialogFolder
The Folder entity allows to describe a set of elementary data aggregates, i.e. Logical Views, and the functional relationships between them, thus defining a complex information concept - equipped with access and processing services.
Dependencies between the different Logical Views and data integrity are managed in standard via the Folder.
Functional relationships define the behavior of instances contained in two linked data aggregates.
They are of two types:
- The hierarchical relationships, where an instance of a child aggregate depends on one and only one instance of the parent aggregate.
- Referencing relationships, where an aggregate instance references one and only one instance of the referenced aggregate or none.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
DialogFolder |
getDialogFolder() |
RootNode |
getRootNode() |
getCobolFolder, getCobolProject, getCobolType, getCPLines, getDestinationFolder, getDestinationProject, getErrorServer, getExternalName, getGenerationLibrary, getGOLines, getLockOption, getMapType, getPaginationMode
getGCLines
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
static final java.lang.String copyright
DialogFolder getDialogFolder()
Returns the Dialog Folder attached to the Folder
RootNode getRootNode()
Returns the root node of the Folder.
The root node must be unique.