com.ibm.wbit.tel
Interface TResult

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface TResult
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'TResult'.

Since:
7.0
See Also:
TaskPackage.getTResult()

Method Summary
 org.eclipse.emf.common.util.EList getAggregate()
          Returns the value of the 'Aggregate' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAggregate

org.eclipse.emf.common.util.EList getAggregate()
Returns the value of the 'Aggregate' containment reference list. The list contents are of type TAggregate.

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

Returns:
the value of the 'Aggregate' containment reference list.
See Also:
TaskPackage.getTResult_Aggregate()