org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.runtime
Interface ETypedElementPrimitiveTypeListResult<T>

All Superinterfaces:
ETypedElementResult

public interface ETypedElementPrimitiveTypeListResult<T>
extends ETypedElementResult

A representation of the model object 'ETyped Element Primitive Type List Result'. This class represents the result of evaluating the value of a multiplicity-many DerivedTypedElement by means of a multi-valued query .

The following features are supported:

See Also:
RuntimePackage.getETypedElementPrimitiveTypeListResult()
Generated:
Model:

Method Summary
  getResultList()
          Returns the value of the 'Result List' attribute list.
 
Methods inherited from interface org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.runtime.ETypedElementResult
getDerivedTypedElement, getException, getParameterValues, getSource, setDerivedTypedElement, setException, setSource
 

Method Detail

getResultList

 getResultList()
Returns the value of the 'Result List' attribute list. The list contents are of type T.

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

Returns:
the value of the 'Result List' attribute list.
See Also:
RuntimePackage.getETypedElementPrimitiveTypeListResult_ResultList()
Generated:
Model: