org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.runtime
Interface ETypedElementEObjectResult<T extends EObject>

All Superinterfaces:
ETypedElementResult

public interface ETypedElementEObjectResult<T extends EObject>
extends ETypedElementResult

A representation of the model object 'ETyped Element EObject Result'. This class represents the result of evaluating the value of a multiplicity-one DerivedTypedElement by means of a single-valued query .

The following features are supported:

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

Method Summary
 T getResult()
          Returns the value of the 'Result' reference.
 void setResult(T value)
          Sets the value of the 'Result' reference.
 
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

getResult

T getResult()
Returns the value of the 'Result' reference.

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

Returns:
the value of the 'Result' reference.
See Also:
setResult(EObject), RuntimePackage.getETypedElementEObjectResult_Result()
Generated:
Model:

setResult

void setResult(T value)
Sets the value of the 'Result' reference.

Parameters:
value - the new value of the 'Result' reference.
See Also:
getResult()
Generated: