|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
IJavaField[] getFields()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||