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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearDisableNewTypeCreation(Element element) voidvoidclearExplicitNewMetaclass(Element element) voidclearIsStrict(Element element) getExplicitNewMetaclass(Element element) Returns stereotype for this wrapper.booleanisDisableNewTypeCreation(Element element) static booleanisInstance(Element element) isIsStrict(Element element) voidsetDisableNewTypeCreation(Element element, Boolean value) voidsetDisableReplaceWhereSavedAsElementValue(Element element, Boolean value) voidsetExplicitNewMetaclass(Element element, Element value) voidsetIsStrict(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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
 
 -