Interface ActivityDefType

    • Method Detail

      • getCallList

        EList<CallListType> getCallList()
        Returns the value of the 'Call List' containment reference list. The list contents are of type CallListType.

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

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

        FeatureMap getGroup()
        Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

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

        Returns:
        the value of the 'Group' attribute list.
        See Also:
        LqnPackage.getActivityDefType_Group()
        Generated class or method.
        EMF model class or method.
        unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:9'"
      • getSynchCall

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

        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:
        LqnPackage.getActivityDefType_SynchCall()
        Generated class or method.
        EMF model class or method.
        containment="true" transient="true" volatile="true" derived="true" extendedMetaData= "kind='element' name='synch-call' namespace='##targetNamespace' group='group:9'"
      • getAsynchCall

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

        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:
        LqnPackage.getActivityDefType_AsynchCall()
        Generated class or method.
        EMF model class or method.
        containment="true" transient="true" volatile="true" derived="true" extendedMetaData= "kind='element' name='asynch-call' namespace='##targetNamespace' group='group:9'"
      • getBoundToEntry

        String getBoundToEntry()
        Returns the value of the 'Bound To Entry' attribute.

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

        Returns:
        the value of the 'Bound To Entry' attribute.
        See Also:
        setBoundToEntry(String), LqnPackage.getActivityDefType_BoundToEntry()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='bound-to-entry' namespace='##targetNamespace'"
      • setBoundToEntry

        void setBoundToEntry​(String value)
        Sets the value of the 'Bound To Entry' attribute.
        Parameters:
        value - the new value of the 'Bound To Entry' attribute.
        See Also:
        getBoundToEntry()
        Generated class or method.