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