public abstract class AbstractRasQueryResult extends java.lang.Object implements IRasQueryResult
inspect()
.Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
result |
Constructor and Description |
---|
AbstractRasQueryResult(java.lang.Object result) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getResult() |
void |
inspect()
Inspect the original result, by executing the relevant methods bellow (mdd, scalar, integer, oid)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mdd, scalar
public java.lang.Object getResult()
getResult
in interface IRasQueryResult
public void inspect()
IRasQueryResult
inspect
in interface IRasQueryResult