Interface EntryActivityDefType

All Superinterfaces:
ActivityDefBase, EObject, Notifier
All Known Implementing Classes:
EntryActivityDefTypeImpl

public interface EntryActivityDefType extends ActivityDefBase
A representation of the model object ' Entry Activity Def Type'.

The following features are supported:

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

    • 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:
      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:
      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:
      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:
      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:
      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:
      Generated class or method.