Class ModelTransformationProfile.TransformationStereotype

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

public static class ModelTransformationProfile.TransformationStereotype 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
    • getIsTypeMapForwardProperty

      @CheckForNull public Property getIsTypeMapForwardProperty()
    • getTransformationPropertiesProperty

      @CheckForNull public Property getTransformationPropertiesProperty()
    • getTransformationTypeProperty

      @CheckForNull public Property getTransformationTypeProperty()
    • getTypeMapProperty

      @CheckForNull public Property getTypeMapProperty()
    • setIsTypeMapForward

      public void setIsTypeMapForward(Element element, @CheckForNull Boolean value)
    • clearIsTypeMapForward

      public void clearIsTypeMapForward(Element element)
    • isIsTypeMapForward

      @CheckForNull public Boolean isIsTypeMapForward(Element element)
    • setTransformationProperties

      public void setTransformationProperties(Element element, @CheckForNull Collection<String> value)
    • clearTransformationProperties

      public void clearTransformationProperties(Element element)
    • addTransformationProperties

      public void addTransformationProperties(Element element, String value)
    • removeTransformationProperties

      public void removeTransformationProperties(Element element, String value)
    • getTransformationProperties

      public List<String> getTransformationProperties(Element element)
    • setTransformationType

      public void setTransformationType(Element element, @CheckForNull String value)
    • clearTransformationType

      public void clearTransformationType(Element element)
    • getTransformationType

      @CheckForNull public String getTransformationType(Element element)
    • setTypeMap

      public void setTypeMap(Element element, @CheckForNull Element value)
    • clearTypeMap

      public void clearTypeMap(Element element)
    • getTypeMap

      @CheckForNull public Element getTypeMap(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)