Class ModelTransformationProfile.MapStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.modeltransformations.ModelTransformationProfile.MapStereotype
Enclosing class:
ModelTransformationProfile

public static class ModelTransformationProfile.MapStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

  • 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
    • getBlockInheritedDestinationTypesProperty

      @CheckForNull public Property getBlockInheritedDestinationTypesProperty()
    • getBlockInheritedSourceTypesProperty

      @CheckForNull public Property getBlockInheritedSourceTypesProperty()
    • getDefaultProperty

      @CheckForNull public Property getDefaultProperty()
    • getDirectionProperty

      @CheckForNull public Property getDirectionProperty()
    • getForwardTypeModifierProperty

      @CheckForNull public Property getForwardTypeModifierProperty()
    • getForwardTypeModifierRegexpProperty

      @CheckForNull public Property getForwardTypeModifierRegexpProperty()
    • getForwardTypeModifierRegexpReplaceProperty

      @CheckForNull public Property getForwardTypeModifierRegexpReplaceProperty()
    • getReverseTypeModifierProperty

      @CheckForNull public Property getReverseTypeModifierProperty()
    • getReverseTypeModifierRegexpProperty

      @CheckForNull public Property getReverseTypeModifierRegexpProperty()
    • getReverseTypeModifierRegexpReplaceProperty

      @CheckForNull public Property getReverseTypeModifierRegexpReplaceProperty()
    • setBlockInheritedDestinationTypes

      public void setBlockInheritedDestinationTypes(Element element, @CheckForNull Boolean value)
    • clearBlockInheritedDestinationTypes

      public void clearBlockInheritedDestinationTypes(Element element)
    • isBlockInheritedDestinationTypes

      @CheckForNull public Boolean isBlockInheritedDestinationTypes(Element element)
    • setBlockInheritedSourceTypes

      public void setBlockInheritedSourceTypes(Element element, @CheckForNull Boolean value)
    • clearBlockInheritedSourceTypes

      public void clearBlockInheritedSourceTypes(Element element)
    • isBlockInheritedSourceTypes

      @CheckForNull public Boolean isBlockInheritedSourceTypes(Element element)
    • setDefault

      public void setDefault(Element element, @CheckForNull Boolean value)
    • clearDefault

      public void clearDefault(Element element)
    • isDefault

      @CheckForNull public Boolean isDefault(Element element)
    • setDirection

      public void setDirection(Element element, @CheckForNull ModelTransformationProfile.directionKindEnum value)
    • clearDirection

      public void clearDirection(Element element)
    • getDirection

      @CheckForNull public ModelTransformationProfile.directionKindEnum getDirection(Element element)
    • setForwardTypeModifier

      public void setForwardTypeModifier(Element element, @CheckForNull String value)
    • clearForwardTypeModifier

      public void clearForwardTypeModifier(Element element)
    • getForwardTypeModifier

      @CheckForNull public String getForwardTypeModifier(Element element)
    • setForwardTypeModifierRegexp

      public void setForwardTypeModifierRegexp(Element element, @CheckForNull String value)
    • clearForwardTypeModifierRegexp

      public void clearForwardTypeModifierRegexp(Element element)
    • getForwardTypeModifierRegexp

      @CheckForNull public String getForwardTypeModifierRegexp(Element element)
    • setForwardTypeModifierRegexpReplace

      public void setForwardTypeModifierRegexpReplace(Element element, @CheckForNull String value)
    • clearForwardTypeModifierRegexpReplace

      public void clearForwardTypeModifierRegexpReplace(Element element)
    • getForwardTypeModifierRegexpReplace

      @CheckForNull public String getForwardTypeModifierRegexpReplace(Element element)
    • setReverseTypeModifier

      public void setReverseTypeModifier(Element element, @CheckForNull String value)
    • clearReverseTypeModifier

      public void clearReverseTypeModifier(Element element)
    • getReverseTypeModifier

      @CheckForNull public String getReverseTypeModifier(Element element)
    • setReverseTypeModifierRegexp

      public void setReverseTypeModifierRegexp(Element element, @CheckForNull String value)
    • clearReverseTypeModifierRegexp

      public void clearReverseTypeModifierRegexp(Element element)
    • getReverseTypeModifierRegexp

      @CheckForNull public String getReverseTypeModifierRegexp(Element element)
    • setReverseTypeModifierRegexpReplace

      public void setReverseTypeModifierRegexpReplace(Element element, @CheckForNull String value)
    • clearReverseTypeModifierRegexpReplace

      public void clearReverseTypeModifierRegexpReplace(Element element)
    • getReverseTypeModifierRegexpReplace

      @CheckForNull public String getReverseTypeModifierRegexpReplace(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)