Package de.mid.innovator.srv2api.icw2dg
Interface DGStandardChapter
-
- All Superinterfaces:
ADClientAble
,ADM2AttrModifyAble
,DGChapter
,ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELNamedElement
,ELNamespaceAble
,ELNamespaceAsgnAble
,ELObject
,ELUUIDAble
,MMLocalizAble
,MMMetamodelElement
- All Known Subinterfaces:
DGAttachmentChapter
,DGDocuStructureRoot
,DGPicture
,DGRoot
,DGTemplate
,DGTreeStructureRoot
,DGTreeTemplate
,DGVerifyChapter
,DGViewChapter
public interface DGStandardChapter extends DGChapter
Represents a chapter in the documentation containing information about a model element.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DGStandardChapter.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DGChapterAttribute
getChapterAttribute()
The chapter attribute assigned to this documentation standard chapter.MM2Class
getChapterClass()
The meta class assigned to this chapter.K_CHAPTER_SORTORDER
getLocalSortOrder()
The local sort order of son nodes.boolean
isLocalSortOrderReverse()
Is the local sort order of son nodes a reverse sort order.void
setLocalSortOrder(K_CHAPTER_SORTORDER value)
Set the value of Attribut LocalSortOrder.void
setLocalSortOrderReverse(boolean value)
Set the value of Attribut IsLocalSortOrderReverse.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
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.icw2dg.DGChapter
assignContent, getContents, getNumberFormatEVal, getOwnedChapter, getOwningChapter, getPageBreakAfter, getPageBreakBefore, getParagraphJustification, getRedefinedChapter, getRedefiningChapter, getTableColumn, isChapterFadedOut, isHeadingSuppressed, setChapterFadedOut, setContents, setHeadingSuppressed, setNumberFormatEVal, setPageBreakAfter, setPageBreakBefore, setParagraphJustification
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
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.ELDeleteAble
delete
-
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.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAble
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLocalizAble
hasAnyLocalizedName, hasLocalizedName
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
-
-
-
Method Detail
-
getLocalSortOrder
K_CHAPTER_SORTORDER getLocalSortOrder() throws InoNetException, SrvErrorException
The local sort order of son nodes.- Throws:
InoNetException
SrvErrorException
-
setLocalSortOrder
void setLocalSortOrder(K_CHAPTER_SORTORDER value) throws InoNetException, SrvErrorException
Set the value of Attribut LocalSortOrder.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
isLocalSortOrderReverse
boolean isLocalSortOrderReverse() throws InoNetException, SrvErrorException
Is the local sort order of son nodes a reverse sort order.- Throws:
InoNetException
SrvErrorException
-
setLocalSortOrderReverse
void setLocalSortOrderReverse(boolean value) throws InoNetException, SrvErrorException
Set the value of Attribut IsLocalSortOrderReverse.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getChapterClass
MM2Class getChapterClass() throws InoNetException, SrvErrorException
The meta class assigned to this chapter.- Throws:
InoNetException
SrvErrorException
-
getChapterAttribute
DGChapterAttribute getChapterAttribute() throws InoNetException, SrvErrorException
The chapter attribute assigned to this documentation standard chapter.- Throws:
InoNetException
SrvErrorException
-
-