Uses of Interface
org.exolab.javasource.JMember

Packages that use JMember
org.exolab.javasource This package contains classes that represent Java Source objects for Castor XML code generator. 
 

Uses of JMember in org.exolab.javasource
 

Classes in org.exolab.javasource that implement JMember
 class AbstractJField
          A (abstract) base class which holds information about fields.
 class JAnnotationTypeElement
          Holds information about a given annotation type element.
 class JConstant
          A class which holds information about a constant.
 class JEnumConstant
          Describes the definition of a enum constant.
 class JField
          A class which holds information about a field.
 class JMethod
          A class which holds information about the methods of a JClass.
 

Methods in org.exolab.javasource with parameters of type JMember
 void JAnnotationType.addMember(JMember jMember)
          Adds the given JMember to this JAnnotationType.
abstract  void JStructure.addMember(JMember jMember)
          Adds the given JMember to this JStructure.
 void JInterface.addMember(JMember jMember)
          Adds the given JMember to this Jinterface.
 void JClass.addMember(JMember jMember)
          Adds the given JMember to this JStructure.
 void JEnum.addMember(JMember jMember)
          Adds the given JMember to this JEnum.
 



Copyright © 2012. All Rights Reserved.