Package com.nomagic.uml2
Class MagicDrawProfile.ElementsLibraryStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.ElementsLibraryStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.ElementsLibraryStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContents
(Element element, Element value) void
addIndexElementIDs
(Element element, String value) void
addIndexMetaTypes
(Element element, String value) void
addIndexNamespaces
(Element element, String value) void
addIndexOwnersIDs
(Element element, String value) void
addIndexOwnersModulesIDs
(Element element, String value) void
addIndexShortNames
(Element element, String value) protected void
clear()
void
clearContents
(Element element) void
clearIndexElementIDs
(Element element) void
clearIndexMetaTypes
(Element element) void
clearIndexNamespaces
(Element element) void
clearIndexOwnersIDs
(Element element) void
clearIndexOwnersModulesIDs
(Element element) void
clearIndexShortNames
(Element element) void
clearStructure
(Element element) getContents
(Element element) getIndexElementIDs
(Element element) getIndexMetaTypes
(Element element) getIndexNamespaces
(Element element) getIndexOwnersIDs
(Element element) getIndexOwnersModulesIDs
(Element element) getIndexShortNames
(Element element) Returns stereotype for this wrapper.getStructure
(Element element) boolean
static boolean
isInstance
(Element element) void
removeContents
(Element element, Element value) void
removeIndexElementIDs
(Element element, String value) void
removeIndexMetaTypes
(Element element, String value) void
removeIndexNamespaces
(Element element, String value) void
removeIndexOwnersIDs
(Element element, String value) void
removeIndexOwnersModulesIDs
(Element element, String value) void
removeIndexShortNames
(Element element, String value) void
setContents
(Element element, Collection<? extends Element> value) void
setIndexElementIDs
(Element element, Collection<String> value) void
setIndexMetaTypes
(Element element, Collection<String> value) void
setIndexNamespaces
(Element element, Collection<String> value) void
setIndexOwnersIDs
(Element element, Collection<String> value) void
setIndexOwnersModulesIDs
(Element element, Collection<String> value) void
setIndexShortNames
(Element element, Collection<String> value) void
setStructure
(Element element, MagicDrawProfile.treeStructureEnumerationEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONTENTS
- See Also:
-
INDEXELEMENTIDS
- See Also:
-
INDEXMETATYPES
- See Also:
-
INDEXNAMESPACES
- See Also:
-
INDEXOWNERSIDS
- See Also:
-
INDEXOWNERSMODULESIDS
- See Also:
-
INDEXSHORTNAMES
- See Also:
-
STRUCTURE
- See Also:
-
-
Constructor Details
-
ElementsLibraryStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getContentsProperty
-
getIndexElementIDsProperty
-
getIndexMetaTypesProperty
-
getIndexNamespacesProperty
-
getIndexOwnersIDsProperty
-
getIndexOwnersModulesIDsProperty
-
getIndexShortNamesProperty
-
getStructureProperty
-
setContents
-
clearContents
-
addContents
-
removeContents
-
getContents
-
setIndexElementIDs
-
clearIndexElementIDs
-
addIndexElementIDs
-
removeIndexElementIDs
-
getIndexElementIDs
-
setIndexMetaTypes
-
clearIndexMetaTypes
-
addIndexMetaTypes
-
removeIndexMetaTypes
-
getIndexMetaTypes
-
setIndexNamespaces
-
clearIndexNamespaces
-
addIndexNamespaces
-
removeIndexNamespaces
-
getIndexNamespaces
-
setIndexOwnersIDs
-
clearIndexOwnersIDs
-
addIndexOwnersIDs
-
removeIndexOwnersIDs
-
getIndexOwnersIDs
-
setIndexOwnersModulesIDs
-
clearIndexOwnersModulesIDs
-
addIndexOwnersModulesIDs
-
removeIndexOwnersModulesIDs
-
getIndexOwnersModulesIDs
-
setIndexShortNames
-
clearIndexShortNames
-
addIndexShortNames
-
removeIndexShortNames
-
getIndexShortNames
-
setStructure
public void setStructure(Element element, @CheckForNull MagicDrawProfile.treeStructureEnumerationEnum value) -
clearStructure
-
getStructure
-
clear
protected void clear() -
is
-
isInstance
-