Class ModelTransformationProfile.TransformationStereotype

    • Method Detail

      • 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
                                        java.lang.Boolean value)
      • clearIsTypeMapForward

        public void clearIsTypeMapForward​(Element element)
      • isIsTypeMapForward

        @CheckForNull
        public java.lang.Boolean isIsTypeMapForward​(Element element)
      • setTransformationProperties

        public void setTransformationProperties​(Element element,
                                                @CheckForNull
                                                java.util.Collection<java.lang.String> value)
      • clearTransformationProperties

        public void clearTransformationProperties​(Element element)
      • addTransformationProperties

        public void addTransformationProperties​(Element element,
                                                java.lang.String value)
      • removeTransformationProperties

        public void removeTransformationProperties​(Element element,
                                                   java.lang.String value)
      • getTransformationProperties

        public java.util.List<java.lang.String> getTransformationProperties​(Element element)
      • setTransformationType

        public void setTransformationType​(Element element,
                                          @CheckForNull
                                          java.lang.String value)
      • clearTransformationType

        public void clearTransformationType​(Element element)
      • getTransformationType

        @CheckForNull
        public java.lang.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)
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)