Interface MMMetamodelElement
- All Superinterfaces:
ADClientAble, ADM2AttrModifyAble, ELContAsgnAble, ELDeleteAble, ELElement, ELObject, ELUUIDAble
- All Known Subinterfaces:
ADApplConfPackage, 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, MM2DerivationItem, MM2DerivationRel, MM2DerivationRule, MM2FontColor, MM2FormatRuleParameter, MM2Locale, MM2Package, MM2Presentation, MM2RelationConstraint, MM2SchemaTranslation, MM2Type, MM2TypeBoolean, MM2TypeDateTime, MM2TypeDecimal, 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
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 -
Method Summary
Modifier and TypeMethodDescriptiongetIgnoringProfile(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All profiles where thisMMMetamodelElementis marked as ignored.Methods inherited from interface ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface ELDeleteAble
deleteMethods inherited from interface ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getIgnoringProfile
<T extends MMProfile> List<T> getIgnoringProfile(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All profiles where thisMMMetamodelElementis marked as ignored.- 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
-