Interface CallListType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
CallListTypeImpl

public interface CallListType extends EObject
A representation of the model object 'Call List Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='call-list_._type' kind='elementOnly'"
  • Method Details

    • getSynchCall

      EList<SynchCallType> getSynchCall()
      Returns the value of the 'Synch Call' containment reference list. The list contents are of type SynchCallType.

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

      Returns:
      the value of the 'Synch Call' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='synch-call' namespace='##targetNamespace'"
    • getAsynchCall

      EList<AsynchCallType> getAsynchCall()
      Returns the value of the 'Asynch Call' containment reference list. The list contents are of type AsynchCallType.

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

      Returns:
      the value of the 'Asynch Call' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='asynch-call' namespace='##targetNamespace'"