|
||||||||||
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
public abstract class ObjectReference
A reference to an object.
Field Summary | |
---|---|
protected int |
id
|
Constructor Summary | |
---|---|
protected |
ObjectReference(int id)
Creates a new reference with the given id. |
Method Summary | |
---|---|
abstract Value |
call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
abstract Value |
get(java.lang.String propName)
Gets a value for the given property. |
int |
getId()
|
abstract void |
set(java.lang.String propName,
Value value)
Sets a value for the given property. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int id
Constructor Detail |
---|
protected ObjectReference(int id)
id
- the idMethod Detail |
---|
public abstract Value get(java.lang.String propName)
propName
- the property name
public abstract void set(java.lang.String propName, Value value)
propName
- the property namevalue
- the value to setpublic abstract Value call(java.lang.String opName, java.util.List<Value> args)
opName
- the operation nameargs
- the arguments
public int getId()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
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 |