Interface MMMetamodelElement
-
- All Superinterfaces:
ADClientAble
,ADM2AttrModifyAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
- All Known Subinterfaces:
ADApplicationConfiguration
,ADConfigTranslation
,ADModelTranslation
,ADTranslationAble
,DGAdditionalHeading
,DGAttachmentChapter
,DGChapter
,DGCommand
,DGConfig
,DGDocuStructureRoot
,DGFooter
,DGHeader
,DGLink
,DGPicture
,DGRoot
,DGSelection
,DGStandardChapter
,DGTableColumn
,DGTableProperties
,DGTemplate
,DGTitle
,DGTreeLink
,DGTreeStructureRoot
,DGTreeTemplate
,DGVerifyChapter
,DGViewChapter
,MM2Association
,MM2Attribute
,MM2Class
,MM2Classification
,MM2ClassificationConstraint
,MM2FontColor
,MM2FormatRuleParameter
,MM2Locale
,MM2Package
,MM2Presentation
,MM2SchemaTranslation
,MM2Type
,MM2TypeBoolean
,MM2TypeDateTime
,MM2TypedElement
,MM2TypedProperty
,MM2TypedTSOption
,MM2TypeEnum
,MM2TypeInteger
,MM2TypeLong
,MM2TypeRange
,MM2TypeString
,MM2TypeVoid
,MM2Verify
,MMAddItem
,MMColorValue
,MMCreateCLInst
,MMCreateELInst
,MMCreateTemplate
,MMEngineeringAction
,MMEngineeringSequence
,MMFCValue
,MMFilter
,MMFilterProperty
,MMFontColor
,MMFontValue
,MMFormatRule
,MMLabel
,MMMenu
,MMMenuItem
,MMMenuItemAble
,MMMetaCommentAble
,MMPresEntry
,MMProfile
,MMProfileTranslation
,MMRecipe
,MMRoleExecution
,MMStereotype
,MMStereotypeBuildingBlock
,MMStereotypeExtension
,MMStereotypeFileAble
,MMStereotypeProperty
,MMStereotypeRelatedElement
,MMStereotypeRelProperty
,MMStereotypeRelTSOption
,MMStereotypeTSOption
,MMSyncedProperty
,MMSyncedStereotype
,MMSyncProfile
,MMSyncSet
,MMSyncSetProperty
,MMText
,MMTSDefaultValue
,MMTSType
,MMTSTypeClass
,MMTSTypeMapping
,MMTypeSystem
,MMVerify
,MMVerifyClassification
,MMVerifyMsg
,MMVerifyPackage
,MMXProfile
public interface MMMetamodelElement extends ELDeleteAble, ADClientAble, ELContAsgnAble
Abstract meta class of elements contained in profiles.- Note:
- The interface MMMetamodelElement 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 class
MMMetamodelElement.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends MMProfile>
java.util.List<T>getIgnoringProfile(java.lang.Class<T> returnType)
All profiles where thisMMMetamodelElement
is marked as ignored.-
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.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.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
-
getIgnoringProfile
<T extends MMProfile> java.util.List<T> getIgnoringProfile(java.lang.Class<T> returnType) throws InoNetException, SrvErrorException
All profiles where thisMMMetamodelElement
is marked as ignored.- Parameters:
returnType
- Specifies the type of elements to be returned.- Throws:
InoNetException
SrvErrorException
-
-