Package de.mid.innovator.srv2api.icw2dg
Interface DGChapterAttribute
-
- All Superinterfaces:
ELContAsgnAble
,ELElement
,ELObject
,ELUUIDAble
public interface DGChapterAttribute extends ELContAsgnAble
Links a documentation chapter to a meta attribute .
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DGChapterAttribute.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MM2Attribute
getAttribute()
The meta model attribute assigned to this documentation chapter.DGStandardChapter
getChapter()
The documentation standard chapter that owns this chapter attribute.-
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.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.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getAttribute
MM2Attribute getAttribute() throws InoNetException, SrvErrorException
The meta model attribute assigned to this documentation chapter.- Throws:
InoNetException
SrvErrorException
-
getChapter
DGStandardChapter getChapter() throws InoNetException, SrvErrorException
The documentation standard chapter that owns this chapter attribute.- Throws:
InoNetException
SrvErrorException
-
-