Package com.nomagic.uml2
Class MagicDrawProfile.ReplaceStereotypeStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.ReplaceStereotypeStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.ReplaceStereotypeStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearDisableNewTypeCreation
(Element element) void
void
clearExplicitNewMetaclass
(Element element) void
clearIsStrict
(Element element) getExplicitNewMetaclass
(Element element) Returns stereotype for this wrapper.boolean
isDisableNewTypeCreation
(Element element) static boolean
isInstance
(Element element) isIsStrict
(Element element) void
setDisableNewTypeCreation
(Element element, Boolean value) void
setDisableReplaceWhereSavedAsElementValue
(Element element, Boolean value) void
setExplicitNewMetaclass
(Element element, Element value) void
setIsStrict
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DISABLENEWTYPECREATION
- See Also:
-
DISABLEREPLACEWHERESAVEDASELEMENTVALUE
- See Also:
-
EXPLICITNEWMETACLASS
- See Also:
-
ISSTRICT
- See Also:
-
-
Constructor Details
-
ReplaceStereotypeStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDisableNewTypeCreationProperty
-
getDisableReplaceWhereSavedAsElementValueProperty
-
getExplicitNewMetaclassProperty
-
getIsStrictProperty
-
setDisableNewTypeCreation
-
clearDisableNewTypeCreation
-
isDisableNewTypeCreation
-
setDisableReplaceWhereSavedAsElementValue
-
clearDisableReplaceWhereSavedAsElementValue
-
isDisableReplaceWhereSavedAsElementValue
-
setExplicitNewMetaclass
-
clearExplicitNewMetaclass
-
getExplicitNewMetaclass
-
setIsStrict
-
clearIsStrict
-
isIsStrict
-
clear
protected void clear() -
is
-
isInstance
-