public interface ETypedElementEObjectResult<T extends EObject> extends ETypedElementResult
The following features are supported:
RuntimePackage.getETypedElementEObjectResult()
Modifier and Type | Method and Description |
---|---|
T |
getResult()
Returns the value of the 'Result' reference.
|
void |
setResult(T value)
Sets the value of the '
Result ' reference. |
getDerivedTypedElement, getException, getParameterValues, getSource, setDerivedTypedElement, setException, setSource
T getResult()
If the meaning of the 'Result' reference isn't clear, there really should be more of a description here...
setResult(EObject)
,
RuntimePackage.getETypedElementEObjectResult_Result()
void setResult(T value)
Result
' reference.
value
- the new value of the 'Result' reference.getResult()