com.bea.tuxedo.control
Interface IJavaClass

All Known Implementing Classes:
JavaClassSerialize, JavaClassValidate

public interface IJavaClass

Interface providing access to a Java Class object's fields. The single method returns an array of IJavaField objects. Each one represents a field in the class that is accessible either via a JavaBean style setter/getter or directly via the public field itself.


Method Summary
 IJavaField[] getFields()
          Get the field descriptors for the represented class.
 

Method Detail

getFields

IJavaField[] getFields()
Get the field descriptors for the represented class.

Returns:
An array of field descriptors.