Package ucar.unidata.xml
Class ObjectClass
java.lang.Object
ucar.unidata.xml.ObjectClass
Holds an object (possibly null) and the Class of the object.
- Version:
- $Revision: 1.7 $Date: 2005/05/13 18:33:53 $
- Author:
- IDV development team
-
Constructor Summary
ConstructorsConstructorDescriptionObjectClass
(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
-
Constructor Details
-
ObjectClass
Create an ObjectClass with the given object. Get the class from the object itself (if non-null). If null the use Object.class.- Parameters:
object
- The object.
-
ObjectClass
Create an ObjectClass with the given object and class.- Parameters:
object
- The object.theClass
- The object's class.
-
-
Method Details