Kodo 4.2.0. (DEPRECATED)

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. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-02