Kodo 4.2.0. generated on July 28 2008

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

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

getFieldAccessors

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

newInstance

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

equals

boolean equals(Object other)
Equality depends on the class described by the accessor.

Overrides:
equals in class Object

hashCode

int hashCode()
Equality depends on the class described by the accessor.

Overrides:
hashCode in class Object

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.