|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.debug.core.adwp.Value
org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
org.eclipse.m2m.atl.debug.core.adwp.RemoteObjectReference
public final class RemoteObjectReference
The remote implementation of the ObjectReference
.
Field Summary |
---|
Fields inherited from class org.eclipse.m2m.atl.debug.core.adwp.ObjectReference |
---|
id |
Method Summary | |
---|---|
Value |
call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
Value |
get(java.lang.String propName)
Gets a value for the given property. |
void |
set(java.lang.String propName,
Value value)
Sets a value for the given property. |
java.lang.String |
toString()
|
static ObjectReference |
valueOf(ADWPDebugger debugger,
int objectId)
Returns the ObjectReference of a given object by its id. |
Methods inherited from class org.eclipse.m2m.atl.debug.core.adwp.ObjectReference |
---|
getId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Value get(java.lang.String propName)
get
in class ObjectReference
propName
- the property name
ObjectReference.get(java.lang.String)
public void set(java.lang.String propName, Value value)
set
in class ObjectReference
propName
- the property namevalue
- the value to setObjectReference.set(java.lang.String,
org.eclipse.m2m.atl.debug.core.adwp.Value)
public Value call(java.lang.String opName, java.util.List<Value> args)
call
in class ObjectReference
opName
- the operation nameargs
- the arguments
ObjectReference.call(java.lang.String, java.util.List)
public java.lang.String toString()
toString
in class ObjectReference
ObjectReference.toString()
public static ObjectReference valueOf(ADWPDebugger debugger, int objectId)
ObjectReference
of a given object by its id.
debugger
- the current debuggerobjectId
- the object id
ObjectReference
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |