Uses of Class
org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory

Packages that use FieldMemberAndAccessorFactory
org.exolab.castor.builder.factory   
org.exolab.castor.builder.info   
 

Uses of FieldMemberAndAccessorFactory in org.exolab.castor.builder.factory
 

Subclasses of FieldMemberAndAccessorFactory in org.exolab.castor.builder.factory
 class CollectionJ2MemberAndAccessorFactory
          The Factory for Java2 Collections.
 class CollectionJ2NoIndexMemberAndAccessorFactory
          A Factory that avoids the creation of the index methods.
 class CollectionMemberAndAccessorFactory
          This factory takes a CollectionInfo and generates the suitable JFields and the accessor methods into the JClass.
 class CollectionODMG30MemberAndAccessorFactory
          A JField factory for CollectionODMG30Member.
 class IdentityMemberAndAccessorFactory
          This class translates a fieldInfo describing an identity into the suitable getter<7setter methods.
 

Uses of FieldMemberAndAccessorFactory in org.exolab.castor.builder.info
 

Methods in org.exolab.castor.builder.info that return FieldMemberAndAccessorFactory
 FieldMemberAndAccessorFactory FieldInfo.getMemberAndAccessorFactory()
          Returns the FieldMemberAndAccessorFactory instance to use to create a JField out of this FieldInfo.
 

Constructors in org.exolab.castor.builder.info with parameters of type FieldMemberAndAccessorFactory
CollectionInfo(XSType contentType, String name, String elementName, boolean useJava50, FieldMemberAndAccessorFactory memberAndAccessorFactory, FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
          Creates a new CollectionInfo.
CollectionInfoJ2(XSType contentType, String name, String elementName, String collectionType, boolean useJava50, FieldMemberAndAccessorFactory memberAndAccessorFactory, FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
           
CollectionInfoJ2Collection(XSType contentType, String name, String elementName, boolean useJava50, FieldMemberAndAccessorFactory memberAndAccessorFactory, FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
          Creates an instance of this class that represents information about a Java collection type of type 'java.util.Collection'.
CollectionInfoJ2Set(XSType contentType, String name, String elementName, boolean useJava50, FieldMemberAndAccessorFactory memberAndAccessorFactory, FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
          Creates an instance of this class that represents information about a Java collection type of type 'java.util.Set'.
CollectionInfoJ2SortedSet(XSType contentType, String name, String elementName, boolean useJava50, FieldMemberAndAccessorFactory memberAndAccessorFactory, FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
          Creates an instance of this class that represents information about a Java collection type of type 'java.util.SortedSet'.
CollectionInfoODMG30(XSType contentType, String name, String elementName, boolean useJava50, FieldMemberAndAccessorFactory memberAndAccessorFactory, FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
          Creates a new CollectionInfoODMG30.
FieldInfo(XSType type, String name, FieldMemberAndAccessorFactory memberAndAccessorFactory)
          Creates a new FieldInfo with the given XML Schema type and the given member name.
IdentityInfo(String name, FieldMemberAndAccessorFactory memberAndAccessorFactory)
          Creates a new IdentityInfo.
 



Copyright © 2012. All Rights Reserved.