Interface ActivityLoopListType

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

public interface ActivityLoopListType extends EObject
A representation of the model object ' Activity Loop List Type'.

The following features are supported:

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

    • getActivity

      EList<ActivityLoopType> getActivity()
      Returns the value of the 'Activity' containment reference list. The list contents are of type ActivityLoopType.

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

      Returns:
      the value of the 'Activity' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" extendedMetaData="kind='element' name='activity' namespace='##targetNamespace'"
    • getEnd

      String getEnd()
      Returns the value of the 'End' attribute.

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

      Returns:
      the value of the 'End' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='end' namespace='##targetNamespace'"
    • setEnd

      void setEnd(String value)
      Sets the value of the 'End' attribute.
      Parameters:
      value - the new value of the 'End' attribute.
      See Also:
      Generated class or method.