Class ContainerMappingMethod

    • Method Detail

      • getSourceParameter

        public Parameter getSourceParameter()
      • getSourceParameterPresenceCheck

        public PresenceCheck getSourceParameterPresenceCheck()
      • getElementAssignment

        public Assignment getElementAssignment()
      • 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.
      • getLoopVariableName

        public String getLoopVariableName()
      • getResultElementType

        public abstract Type getResultElementType()
      • getIndex1Name

        public String getIndex1Name()
      • getIndex2Name

        public String getIndex2Name()