Package org.exolab.castor.xml
Class Introspector.MethodSet
java.lang.Object
org.exolab.castor.xml.Introspector.MethodSet
- Enclosing class:
Introspector
A simple struct for holding a set of accessor methods.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Method
A reference to the add method.(package private) Method
A reference to the create method.(package private) String
The fieldName for the field accessed by the methods in this method set.(package private) Method
A reference to the get method.(package private) Method
A reference to the set method. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_add
Method _addA reference to the add method. -
_create
Method _createA reference to the create method. -
_get
Method _getA reference to the get method. -
_set
Method _setA reference to the set method. -
_fieldName
String _fieldNameThe fieldName for the field accessed by the methods in this method set.
-
-
Constructor Details
-
MethodSet
MethodSet(String fieldName)
-