Interface MakingCallType

    • Method Detail

      • getResultCall

        EList<OutputResultType> getResultCall()
        Returns the value of the 'Result Call' containment reference list. The list contents are of type OutputResultType.

        If the meaning of the 'Result Call' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Result Call' containment reference list.
        See Also:
        LqnPackage.getMakingCallType_ResultCall()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData="kind='element' name='result-call' namespace='##targetNamespace'"
      • getDest

        String getDest()
        Returns the value of the 'Dest' attribute.

        If the meaning of the 'Dest' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Dest' attribute.
        See Also:
        setDest(String), LqnPackage.getMakingCallType_Dest()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='dest' namespace='##targetNamespace'"
      • setDest

        void setDest​(String value)
        Sets the value of the 'Dest' attribute.
        Parameters:
        value - the new value of the 'Dest' attribute.
        See Also:
        getDest()
        Generated class or method.