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 Details

  • Constructor Details

    • ReplaceStereotypeStereotype

      protected ReplaceStereotypeStereotype(MagicDrawProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getDisableNewTypeCreationProperty

      @CheckForNull public Property getDisableNewTypeCreationProperty()
    • getDisableReplaceWhereSavedAsElementValueProperty

      @CheckForNull public Property getDisableReplaceWhereSavedAsElementValueProperty()
    • getExplicitNewMetaclassProperty

      @CheckForNull public Property getExplicitNewMetaclassProperty()
    • getIsStrictProperty

      @CheckForNull public Property getIsStrictProperty()
    • setDisableNewTypeCreation

      public void setDisableNewTypeCreation(Element element, @CheckForNull Boolean value)
    • clearDisableNewTypeCreation

      public void clearDisableNewTypeCreation(Element element)
    • isDisableNewTypeCreation

      @CheckForNull public Boolean isDisableNewTypeCreation(Element element)
    • setDisableReplaceWhereSavedAsElementValue

      public void setDisableReplaceWhereSavedAsElementValue(Element element, @CheckForNull Boolean value)
    • clearDisableReplaceWhereSavedAsElementValue

      public void clearDisableReplaceWhereSavedAsElementValue(Element element)
    • isDisableReplaceWhereSavedAsElementValue

      @CheckForNull public Boolean isDisableReplaceWhereSavedAsElementValue(Element element)
    • setExplicitNewMetaclass

      public void setExplicitNewMetaclass(Element element, @CheckForNull Element value)
    • clearExplicitNewMetaclass

      public void clearExplicitNewMetaclass(Element element)
    • getExplicitNewMetaclass

      @CheckForNull public Element getExplicitNewMetaclass(Element element)
    • setIsStrict

      public void setIsStrict(Element element, @CheckForNull Boolean value)
    • clearIsStrict

      public void clearIsStrict(Element element)
    • isIsStrict

      @CheckForNull public Boolean isIsStrict(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)