Interface SingleActivityListType

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

public interface SingleActivityListType extends EObject
A representation of the model object ' Single Activity List Type'.

The following features are supported:

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

    • getActivity

      ActivityType getActivity()
      Returns the value of the 'Activity' containment reference.

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

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

      void setActivity(ActivityType value)
      Sets the value of the 'Activity' containment reference.
      Parameters:
      value - the new value of the 'Activity' containment reference.
      See Also:
      Generated class or method.