|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.Introspector.MethodSet
class Introspector.MethodSet
A simple struct for holding a set of accessor methods
Field Summary | |
---|---|
(package private) java.lang.reflect.Method |
add
A reference to the add method. |
(package private) java.lang.reflect.Method |
create
A reference to the create method. |
(package private) java.lang.String |
fieldName
The fieldName for the field accessed by the methods in this method set. |
(package private) java.lang.reflect.Method |
get
A reference to the get method. |
(package private) java.lang.reflect.Method |
set
A reference to the set method. |
Constructor Summary | |
---|---|
Introspector.MethodSet(java.lang.String fieldName)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.reflect.Method add
java.lang.reflect.Method create
java.lang.reflect.Method get
java.lang.reflect.Method set
java.lang.String fieldName
Constructor Detail |
---|
Introspector.MethodSet(java.lang.String fieldName)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |