Class ContainerMappingMethod

    • Field Detail

      • elementAssignment

        private final Assignment elementAssignment
      • loopVariableName

        private final java.lang.String loopVariableName
      • index1Name

        private final java.lang.String index1Name
      • index2Name

        private final java.lang.String index2Name
    • Method Detail

      • getSourceParameter

        public Parameter getSourceParameter()
      • getElementAssignment

        public Assignment getElementAssignment()
      • getImportTypes

        public java.util.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 java.lang.String getLoopVariableName()
      • getResultElementType

        public abstract Type getResultElementType()
      • getIndex1Name

        public java.lang.String getIndex1Name()
      • getIndex2Name

        public java.lang.String getIndex2Name()