public interface ETypedElementResult
The following features are supported:
RuntimePackage.getETypedElementResult()| Modifier and Type | Method and Description |
|---|---|
ETypedElement |
getDerivedTypedElement()
Returns the value of the 'Derived Typed Element' reference.
|
java.lang.Throwable |
getException()
Returns the value of the 'Exception' attribute.
|
<any> |
getParameterValues()
Returns the value of the 'Parameter Values' containment reference list.
|
EObject |
getSource()
Returns the value of the 'Source' reference.
|
void |
setDerivedTypedElement(ETypedElement value)
Sets the value of the '
Derived Typed Element' reference. |
void |
setException(java.lang.Throwable value)
Sets the value of the '
Exception' attribute. |
void |
setSource(EObject value)
Sets the value of the '
Source' reference. |
ETypedElement getDerivedTypedElement()
setDerivedTypedElement(ETypedElement),
RuntimePackage.getETypedElementResult_DerivedTypedElement()void setDerivedTypedElement(ETypedElement value)
Derived Typed Element' reference.
value - the new value of the 'Derived Typed Element' reference.getDerivedTypedElement()<any> getParameterValues()
ParameterValue.
This is the list of the values given as parameters for the query execution.
RuntimePackage.getETypedElementResult_ParameterValues()EObject getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(EObject),
RuntimePackage.getETypedElementResult_Source()void setSource(EObject value)
Source' reference.
value - the new value of the 'Source' reference.getSource()java.lang.Throwable getException()
If the meaning of the 'Exception' attribute isn't clear, there really should be more of a description here...
setException(Throwable),
RuntimePackage.getETypedElementResult_Exception()void setException(java.lang.Throwable value)
Exception' attribute.
value - the new value of the 'Exception' attribute.getException()