Class Introspector.MethodSet

java.lang.Object
org.exolab.castor.xml.Introspector.MethodSet
Enclosing class:
Introspector

class Introspector.MethodSet extends Object
A simple struct for holding a set of accessor methods.
  • Field Details

    • _add

      Method _add
      A reference to the add method.
    • _create

      Method _create
      A reference to the create method.
    • _get

      Method _get
      A reference to the get method.
    • _set

      Method _set
      A reference to the set method.
    • _fieldName

      String _fieldName
      The fieldName for the field accessed by the methods in this method set.
  • Constructor Details

    • MethodSet

      MethodSet(String fieldName)