Interface EntryActivityDefType

    • 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.getEntryActivityDefType_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.getEntryActivityDefType_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.getEntryActivityDefType_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.getEntryActivityDefType_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'"
      • getFirstActivity

        String getFirstActivity()
        Returns the value of the 'First Activity' attribute.

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

        Returns:
        the value of the 'First Activity' attribute.
        See Also:
        setFirstActivity(String), LqnPackage.getEntryActivityDefType_FirstActivity()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='first-activity' namespace='##targetNamespace'"
      • setFirstActivity

        void setFirstActivity​(String value)
        Sets the value of the 'First Activity' attribute.
        Parameters:
        value - the new value of the 'First Activity' attribute.
        See Also:
        getFirstActivity()
        Generated class or method.