Package com.nomagic.uml2
Class MagicDrawProfile.ElementReferenceInTextStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.ElementReferenceInTextStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.ElementReferenceInTextStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addReferredElements
(Element element, Element value) protected void
clear()
void
clearReferenceData
(Element element) void
clearReferredElements
(Element element) getReferenceData
(Element element) getReferredElements
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeReferredElements
(Element element, Element value) void
setReferenceData
(Element element, String value) void
setReferredElements
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
REFERENCEDATA
- See Also:
-
REFERREDELEMENTS
- See Also:
-
-
Constructor Details
-
ElementReferenceInTextStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getReferenceDataProperty
-
getReferredElementsProperty
-
setReferenceData
-
clearReferenceData
-
getReferenceData
-
setReferredElements
-
clearReferredElements
-
addReferredElements
-
removeReferredElements
-
getReferredElements
-
clear
protected void clear() -
is
-
isInstance
-