@Deprecated
public interface ModelQueryResult
The following features are supported:
RuntimePackage.getModelQueryResult()| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Deprecated.
Returns the value of the 'Exception' attribute.
|
EObject |
getSource()
Deprecated.
Returns the value of the 'Source' reference.
|
java.lang.Object |
getValue()
Deprecated.
Returns the value of the 'Value' attribute.
|
void |
setException(java.lang.Exception value)
Deprecated.
Sets the value of the '
Exception' attribute. |
void |
setSource(EObject value)
Deprecated.
Sets the value of the '
Source' reference. |
void |
setValue(java.lang.Object value)
Deprecated.
Sets the value of the '
Value' attribute. |
EObject getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(EObject),
RuntimePackage.getModelQueryResult_Source()void setSource(EObject value)
Source' reference.
value - the new value of the 'Source' reference.getSource()java.lang.Object getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Object),
RuntimePackage.getModelQueryResult_Value()void setValue(java.lang.Object value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()java.lang.Exception getException()
If the meaning of the 'Exception' attribute isn't clear, there really should be more of a description here...
setException(Exception),
RuntimePackage.getModelQueryResult_Exception()void setException(java.lang.Exception value)
Exception' attribute.
value - the new value of the 'Exception' attribute.getException()