Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
public class CollectionJ2NoIndexMemberAndAccessorFactory
Constructor Summary | |
|
Method Summary | |
protected void |
|
protected void |
|
protected void |
|
protected void |
|
Methods inherited from class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory | |
createAddMethod , createCollectionIterationMethods , createEnumerateMethod |
Methods inherited from class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory | |
addMaxSizeCheck , createAccessMethods , createAddByIndexMethod , createAddMethod , createBoundPropertyCode , createCollectionIterationMethods , createEnumerateMethod , createGetByIndexMethod , createIteratorMethod , createRemoveByIndexMethod , createSetByIndexMethod , generateInitializerCode |
Methods inherited from class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory | |
createAccessMethods , createJavaField , generateInitializerCode , getJavaNaming |
public CollectionJ2NoIndexMemberAndAccessorFactory(JavaNaming naming)
Creates a new CollectionJ2NoIndexMemberAndAccessorFactory.
- Parameters:
naming
- the java naming to use
protected void createAddByIndexMethod(CollectionInfo fieldInfo, JClass jClass)
supresses the method creation
- Overrides:
- createAddByIndexMethod in interface CollectionMemberAndAccessorFactory
protected void createGetByIndexMethod(CollectionInfo fieldInfo, JClass jClass)
supresses the method creation
- Overrides:
- createGetByIndexMethod in interface CollectionMemberAndAccessorFactory
protected void createRemoveByIndexMethod(CollectionInfo fieldInfo, JClass jClass)
supresses the method creation
- Overrides:
- createRemoveByIndexMethod in interface CollectionMemberAndAccessorFactory
protected void createSetByIndexMethod(CollectionInfo fieldInfo, JClass jClass)
supresses the method creation
- Overrides:
- createSetByIndexMethod in interface CollectionMemberAndAccessorFactory