Package com.nomagic.uml2
Class MagicDrawProfile.CustomImageHolderStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.CustomImageHolderStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.CustomImageHolderStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearContent
(Element element) void
clearFormat
(Element element) void
clearLocation
(Element element) getContent
(Element element) getLocation
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setContent
(Element element, String value) void
void
setLocation
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONTENT
- See Also:
-
FORMAT
- See Also:
-
LOCATION
- See Also:
-
-
Constructor Details
-
CustomImageHolderStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getContentProperty
-
getFormatProperty
-
getLocationProperty
-
setContent
-
clearContent
-
getContent
-
setFormat
-
clearFormat
-
getFormat
-
setLocation
-
clearLocation
-
getLocation
-
clear
protected void clear() -
is
-
isInstance
-