Package de.mid.innovator.srv2api.icw2dg
Interface DGViewChapter
-
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,DGChapter,DGStandardChapter,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAble,ELNamespaceAsgnAble,ELObject,ELUUIDAble,MMLocalizAble,MMMetamodelElement
public interface DGViewChapter extends DGStandardChapter
DGViewChapters are specializations of documentation standard chapters structuring information about one or more model elements of a specific type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDGViewChapter.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DGViewChaptercreateTable()Creates a table for this chapter.java.util.List<ELValSpecInteger>getOwnedTypeFilterEnum(K_CONTROL_OPTION... behaviourFlags)The type filter enumeration integer value of this view chapter.java.util.List<DGTableColumn>getTableColumns(K_CONTROL_OPTION... behaviourFlags)All table columns owned by this view chapter.DGTablePropertiesgetTableProperties()The table properties owned by this table chapter.DGViewChapterremoveTable()Remove the table from this chapter.-
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.icw2dg.DGStandardChapter
getChapterAttribute, getChapterClass, getLocalSortOrder, isLocalSortOrderReverse, setLocalSortOrder, setLocalSortOrderReverse
-
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
-
createTable
DGViewChapter createTable() throws InoNetException, SrvErrorException
Creates a table for this chapter.- Throws:
InoNetExceptionSrvErrorException
-
removeTable
DGViewChapter removeTable() throws InoNetException, SrvErrorException
Remove the table from this chapter.- Throws:
InoNetExceptionSrvErrorException
-
getTableColumns
java.util.List<DGTableColumn> getTableColumns(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All table columns owned by this view chapter.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getTableProperties
DGTableProperties getTableProperties() throws InoNetException, SrvErrorException
The table properties owned by this table chapter.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedTypeFilterEnum
java.util.List<ELValSpecInteger> getOwnedTypeFilterEnum(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The type filter enumeration integer value of this view chapter.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
-