Class RemoteObjectReference
java.lang.Object
org.eclipse.m2m.atl.debug.core.adwp.Value
org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
org.eclipse.m2m.atl.debug.core.adwp.RemoteObjectReference
The remote implementation of the
ObjectReference
.-
Field Summary
Fields inherited from class org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
id
-
Method Summary
Modifier and TypeMethodDescriptionCalls an operation with the given arguments.Gets a value for the given property.void
Sets a value for the given property.toString()
static ObjectReference
valueOf
(ADWPDebugger debugger, int objectId) Returns theObjectReference
of a given object by its id.Methods inherited from class org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
getId
-
Method Details
-
get
Gets a value for the given property.- Specified by:
get
in classObjectReference
- Parameters:
propName
- the property name- Returns:
- the value
- See Also:
-
set
Sets a value for the given property.- Specified by:
set
in classObjectReference
- Parameters:
propName
- the property namevalue
- the value to set- See Also:
-
call
Calls an operation with the given arguments.- Specified by:
call
in classObjectReference
- Parameters:
opName
- the operation nameargs
- the arguments- Returns:
- the operation call result
- See Also:
-
toString
- Overrides:
toString
in classObjectReference
- See Also:
-
valueOf
Returns theObjectReference
of a given object by its id.- Parameters:
debugger
- the current debuggerobjectId
- the object id- Returns:
- the
ObjectReference
-