Package de.mid.innovator.srv2api.icw2dg
Interface DGSelection
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAsgnAble,ELObject,ELUUIDAble,MMLocalizAble,MMMetamodelElement
A documentation selection links a documentation structure to layout information such as title page, header information, footer information and documentation configuration. It is used by a documentation command.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe configuration of this selection.All docu commands owned by this documentation selection.The documentation structure used by this documentation selection.The profile that owns this documentation selection.getTitle()voidsetCFooter(DGFooter value) Set the value of Foreign Key CFooter.voidsetCHeader(DGHeader value) Set the value of Foreign Key CHeader.voidSet the value of Foreign Key Config.voidSet the value of Foreign Key DocuStructureRoot.voidsetMFooter(DGFooter value) Set the value of Foreign Key MFooter.voidsetMHeader(DGHeader value) Set the value of Foreign Key MHeader.voidSet the value of Foreign Key Title.Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKindMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibilityMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLocalizAble
hasAnyLocalizedName, hasLocalizedNameMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
Method Details
-
getTitle
- Throws:
InoNetExceptionSrvErrorException
-
setTitle
Set the value of Foreign Key Title.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getMHeader
- Throws:
InoNetExceptionSrvErrorException
-
setMHeader
Set the value of Foreign Key MHeader.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getCHeader
- Throws:
InoNetExceptionSrvErrorException
-
setCHeader
Set the value of Foreign Key CHeader.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getConfig
The configuration of this selection.- Throws:
InoNetExceptionSrvErrorException
-
setConfig
Set the value of Foreign Key Config.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getDocuCommand
All docu commands owned by this documentation selection.- Throws:
InoNetExceptionSrvErrorException
-
getDocuStructureRoot
The documentation structure used by this documentation selection.- Throws:
InoNetExceptionSrvErrorException
-
setDocuStructureRoot
Set the value of Foreign Key DocuStructureRoot.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getOwningProfile
The profile that owns this documentation selection.- Throws:
InoNetExceptionSrvErrorException
-