Interface ComposedTypeMappingLine

    • Method Detail

      • getComposedAttribImportMode

        ComposedAttribImportMode getComposedAttribImportMode()
        Returns the import mode for the composed attribute: CREATE on the fly or SELECT (default)
        Returns:
        the import mode: Mode.CREATE or Mode.SELECT (default)
      • setComposedAttribImportMode

        void setComposedAttribImportMode​(ComposedAttribImportMode mode)
        Sets the import mode for the composed attribute: CREATE on the fly or SELECT (default)
        Parameters:
        mode - ,Mode.CREATE or Mode.SELECT (default)
      • getCreationType

        TypeModel getCreationType()
        Returns the composed type for the creation of an object through the CREATE import mode
        Returns:
        creation type TypeModel
      • setCreationType

        void setCreationType​(TypeModel creationType)
        Sets the composed type for the creation of an object through the CREATE import mode
        Parameters:
        creationType - TypeModel