|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.xml.ObjectClass
public class ObjectClass
Holds an object (possibly null) and the Class of the object.
| Constructor Summary | |
|---|---|
ObjectClass(Object object)
Create an ObjectClass with the given object. |
|
ObjectClass(Object object,
Class theClass)
Create an ObjectClass with the given object and class. |
|
| Method Summary | |
|---|---|
String |
toString()
Override toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectClass(Object object)
object - The object.
public ObjectClass(Object object,
Class theClass)
object - The object.theClass - The object's class.| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||