Class dstc.kalimantan.inspect.RemoteValueInspector
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dstc.kalimantan.inspect.RemoteValueInspector

java.lang.Object
   |
   +----dstc.kalimantan.inspect.Inspector
           |
           +----dstc.kalimantan.inspect.RemoteValueInspector

public class RemoteValueInspector
extends Inspector
Inspector for basic RemoteValue objects
See Also:
Inspector

Constructor Index

 o RemoteValueInspector(Object)
Constructs a RemoteValueInspector on the object

Method Index

 o getClassName()
Returns the name of the target's class
 o getInspector(int)
This should never be called
 o getNames()
Returns an empty array of strings - basic RemoteValue objects do not have slots to inspect
 o getTarget()
Returns a string representing the target
 o getValue(int)
This should never be called

Constructors

 o RemoteValueInspector
  public RemoteValueInspector(Object t)
Constructs a RemoteValueInspector on the object

Methods

 o getClassName
  public String getClassName()
Returns the name of the target's class
Overrides:
getClassName in class Inspector
 o getTarget
  public String getTarget()
Returns a string representing the target
Overrides:
getTarget in class Inspector
 o getNames
  public String[] getNames()
Returns an empty array of strings - basic RemoteValue objects do not have slots to inspect
Overrides:
getNames in class Inspector
 o getValue
  public String getValue(int index)
This should never be called
Overrides:
getValue in class Inspector
 o getInspector
  public Inspector getInspector(int index)
This should never be called
Overrides:
getInspector in class Inspector

All Packages  Class Hierarchy  This Package  Previous  Next  Index