Package de.mid.innovator.srv2api.icw2dg
Interface DGChapter
-
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAble,ELNamespaceAsgnAble,ELObject,ELUUIDAble,MMLocalizAble,MMMetamodelElement
- All Known Subinterfaces:
DGAdditionalHeading,DGAttachmentChapter,DGDocuStructureRoot,DGLink,DGPicture,DGRoot,DGStandardChapter,DGTemplate,DGTreeLink,DGTreeStructureRoot,DGTreeTemplate,DGVerifyChapter,DGViewChapter
public interface DGChapter extends MMMetamodelElement, ELNamespaceAble, MMLocalizAble
Represents a chapter in a documentation.- See Also:
DGChapterHelper- Note:
- The interface DGChapter describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDGChapter.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DGStandardChapter>assignContent(java.util.List<? extends MMMetamodelElement> seqOh)Assign contents to this chapter.java.lang.StringgetContents()The content of this chapter.K_NUMBER_FORMATgetNumberFormatEVal()Get the number format of this chapter.<T extends DGChapter>
java.util.List<T>getOwnedChapter(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All documentation chapters owned by this documentation chapter.DGChaptergetOwningChapter()The documentation chapter owning this documentation chapter.booleangetPageBreakAfter()Returns true if this chapter has a page break after the heading.booleangetPageBreakBefore()Returns true if this chapter has a page break before the heading.K_PARAGRAPH_JUSTIFICATIONgetParagraphJustification()The justification of the paragraph.DGChaptergetRedefinedChapter()<T extends DGChapter>
java.util.List<T>getRedefiningChapter(java.lang.Class<T> returnType)java.util.List<DGTableColumn>getTableColumn(K_CONTROL_OPTION... behaviourFlags)The table column using thisDGChapter.booleanisChapterFadedOut()Returns true if this chapter is supressed.booleanisHeadingSuppressed()Returns true if this chapters heading is faded out.voidsetChapterFadedOut(boolean value)Set the value of Attribut IsChapterFadedOut.voidsetContents(java.lang.String value)Set the value of Attribut Contents.voidsetHeadingSuppressed(boolean value)Set the value of Attribut IsHeadingSuppressed.voidsetNumberFormatEVal(K_NUMBER_FORMAT value)Set the value of Attribut NumberFormatEVal.voidsetPageBreakAfter(boolean value)Set the value of Attribut PageBreakAfter.voidsetPageBreakBefore(boolean value)Set the value of Attribut PageBreakBefore.voidsetParagraphJustification(K_PARAGRAPH_JUSTIFICATION value)Set the value of Attribut ParagraphJustification.-
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.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
-
getContents
java.lang.String getContents() throws InoNetException, SrvErrorExceptionThe content of this chapter. In the documentation configuration it is used to save a filter.- Throws:
InoNetExceptionSrvErrorException
-
setContents
void setContents(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Attribut Contents.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
isChapterFadedOut
boolean isChapterFadedOut() throws InoNetException, SrvErrorExceptionReturns true if this chapter is supressed.- Throws:
InoNetExceptionSrvErrorException
-
setChapterFadedOut
void setChapterFadedOut(boolean value) throws InoNetException, SrvErrorExceptionSet the value of Attribut IsChapterFadedOut.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
isHeadingSuppressed
boolean isHeadingSuppressed() throws InoNetException, SrvErrorExceptionReturns true if this chapters heading is faded out.- Throws:
InoNetExceptionSrvErrorException
-
setHeadingSuppressed
void setHeadingSuppressed(boolean value) throws InoNetException, SrvErrorExceptionSet the value of Attribut IsHeadingSuppressed.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getPageBreakBefore
boolean getPageBreakBefore() throws InoNetException, SrvErrorExceptionReturns true if this chapter has a page break before the heading.- Throws:
InoNetExceptionSrvErrorException
-
setPageBreakBefore
void setPageBreakBefore(boolean value) throws InoNetException, SrvErrorExceptionSet the value of Attribut PageBreakBefore.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getPageBreakAfter
boolean getPageBreakAfter() throws InoNetException, SrvErrorExceptionReturns true if this chapter has a page break after the heading.- Throws:
InoNetExceptionSrvErrorException
-
setPageBreakAfter
void setPageBreakAfter(boolean value) throws InoNetException, SrvErrorExceptionSet the value of Attribut PageBreakAfter.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getNumberFormatEVal
K_NUMBER_FORMAT getNumberFormatEVal() throws InoNetException, SrvErrorException
Get the number format of this chapter.- Throws:
InoNetExceptionSrvErrorException
-
setNumberFormatEVal
void setNumberFormatEVal(K_NUMBER_FORMAT value) throws InoNetException, SrvErrorException
Set the value of Attribut NumberFormatEVal.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getParagraphJustification
K_PARAGRAPH_JUSTIFICATION getParagraphJustification() throws InoNetException, SrvErrorException
The justification of the paragraph.- Throws:
InoNetExceptionSrvErrorException
-
setParagraphJustification
void setParagraphJustification(K_PARAGRAPH_JUSTIFICATION value) throws InoNetException, SrvErrorException
Set the value of Attribut ParagraphJustification.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
assignContent
java.util.List<DGStandardChapter> assignContent(java.util.List<? extends MMMetamodelElement> seqOh) throws InoNetException, SrvErrorException
Assign contents to this chapter.- Parameters:
seqOh- List of selected meta classes or create templates- Throws:
InoNetExceptionSrvErrorException
-
getOwnedChapter
<T extends DGChapter> java.util.List<T> getOwnedChapter(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All documentation chapters owned by this documentation chapter.- Parameters:
returnType- Specifies the type of elements to be returned.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getTableColumn
java.util.List<DGTableColumn> getTableColumn(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The table column using thisDGChapter.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getRedefiningChapter
<T extends DGChapter> java.util.List<T> getRedefiningChapter(java.lang.Class<T> returnType) throws InoNetException, SrvErrorException
- Parameters:
returnType- Specifies the type of elements to be returned.- Throws:
InoNetExceptionSrvErrorException
-
getRedefinedChapter
DGChapter getRedefinedChapter() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
getOwningChapter
DGChapter getOwningChapter() throws InoNetException, SrvErrorException
The documentation chapter owning this documentation chapter.- Throws:
InoNetExceptionSrvErrorException
-
-