public class ObjectDef
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MethodDef[] |
methodDefs
Method definitions of the implementation.
|
java.lang.reflect.Method[] |
methods
Methods of the implementation on the local client.
|
int |
objectId
Object ID
|
java.lang.String |
objectName
The object name, can be null if undefined.
|
Constructor and Description |
---|
ObjectDef() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String objectName
public int objectId
public java.lang.reflect.Method[] methods
public MethodDef[] methodDefs