Class MagicDrawProfile.ParameterDefinitionStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.ParameterDefinitionStereotype
Enclosing class:
MagicDrawProfile

public static class MagicDrawProfile.ParameterDefinitionStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • ParameterDefinitionStereotype

      protected ParameterDefinitionStereotype(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
    • getAbbreviationProperty

      @CheckForNull public Property getAbbreviationProperty()
    • getSetAsContextProperty

      @CheckForNull public Property getSetAsContextProperty()
    • setAbbreviation

      public void setAbbreviation(Element element, @CheckForNull String value)
    • clearAbbreviation

      public void clearAbbreviation(Element element)
    • getAbbreviation

      @CheckForNull public String getAbbreviation(Element element)
    • setSetAsContext

      public void setSetAsContext(Element element, @CheckForNull Boolean value)
    • clearSetAsContext

      public void clearSetAsContext(Element element)
    • isSetAsContext

      @CheckForNull public Boolean isSetAsContext(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)