Class ObjectReference
java.lang.Object
org.eclipse.m2m.atl.debug.core.adwp.Value
org.eclipse.m2m.atl.debug.core.adwp.ObjectReference
- Direct Known Subclasses:
LocalObjectReference
,LocalObjectReference
,RemoteObjectReference
A reference to an object.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
ObjectReference
(int id) Creates a new reference with the given id. -
Method Summary
-
Field Details
-
id
protected int id
-
-
Constructor Details
-
ObjectReference
protected ObjectReference(int id) Creates a new reference with the given id.- Parameters:
id
- the id
-
-
Method Details
-
get
Gets a value for the given property.- Parameters:
propName
- the property name- Returns:
- the value
-
set
Sets a value for the given property.- Parameters:
propName
- the property namevalue
- the value to set
-
call
Calls an operation with the given arguments.- Parameters:
opName
- the operation nameargs
- the arguments- Returns:
- the operation call result
-
getId
public int getId() -
toString
-