SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.beans
Interface ClassAccessor

All Known Implementing Classes:
StateClassAccessor

public interface ClassAccessor

A generic accessor that provides information about a class.


Method Summary
 boolean equals(Object other)
          Equality depends on the class described by the accessor.
 FieldAccessor[] getFieldAccessors()
           
 Class getType()
           
 int hashCode()
          Equality depends on the class described by the accessor.
 Object newInstance()
           
 

Method Detail

getType

public Class getType()
Returns:
the type of the described class

getFieldAccessors

public FieldAccessor[] getFieldAccessors()
Returns:
an array of accessors to access fields

newInstance

public Object newInstance()
Returns:
a new instance of the type returned by getType().

equals

public boolean equals(Object other)
Equality depends on the class described by the accessor.
Overrides:
equals in class Object

hashCode

public int hashCode()
Equality depends on the class described by the accessor.
Overrides:
hashCode in class Object

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.