de.mid.innovator.srv2api.icw2dg
Interface DGHeader
- All Superinterfaces:
- ADClientAble, ADM2AttrModifyAble, ELContAsgnAble, ELDeleteAble, ELElement, ELNamedElement, ELNamespaceAsgnAble, ELObject, ELUUIDAble, MMMetamodelElement
public interface DGHeader
- extends ELUUIDAble, MMMetamodelElement, ELNamespaceAsgnAble
Represents the header of a documentation's section. It can be referenced in a documentation selection.
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble |
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement |
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble |
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement |
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getResetDefaultName, getSupplierDependency, rename, setName, setNameKind, setResetDefaultName |
getCSelection
List<DGSelection> getCSelection()
throws InoNetException,
SrvErrorException
- The selections that use this header for the toc.
- Throws:
InoNetException
SrvErrorException
getMSelection
List<DGSelection> getMSelection()
throws InoNetException,
SrvErrorException
- The selections that use this header for the main text.
- Throws:
InoNetException
SrvErrorException
getOwningProfile
MMProfile getOwningProfile()
throws InoNetException,
SrvErrorException
- The profile that owns this documentation header.
- Throws:
InoNetException
SrvErrorException