Class MapMappingMethod

    • Method Detail

      • getSourceParameter

        public Parameter getSourceParameter()
      • getSourceElementTypes

        public List<Type> getSourceElementTypes()
      • getResultElementTypes

        public List<Type> getResultElementTypes()
      • getKeyAssignment

        public Assignment getKeyAssignment()
      • getValueAssignment

        public Assignment getValueAssignment()
      • getImportTypes

        public Set<Type> getImportTypes()
        Description copied from class: ModelElement
        Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
        Overrides:
        getImportTypes in class NormalTypeMappingMethod
        Returns:
        A set with type referenced by this model element. Must not be null.
      • getKeyVariableName

        public String getKeyVariableName()
      • getValueVariableName

        public String getValueVariableName()
      • getEntryVariableName

        public String getEntryVariableName()