|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
org.exolab.castor.builder.factory.CollectionODMG30MemberAndAccessorFactory
public class CollectionODMG30MemberAndAccessorFactory
A JField factory for CollectionODMG30Member.
Constructor Summary | |
---|---|
CollectionODMG30MemberAndAccessorFactory(JavaNaming naming)
Creates a new CollectionODMG30MemberAndAccessorFactory. |
Method Summary | |
---|---|
protected void |
createEnumerateMethod(CollectionInfo fieldInfo,
JClass jClass,
boolean useJava50)
Creates the enumerate method. |
void |
generateInitializerCode(FieldInfo fieldInfo,
JSourceCode jsc)
Creates the field initialization code in a constructor. |
Methods inherited from class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory |
---|
addMaxSizeCheck, createAccessMethods, createAddByIndexMethod, createAddMethod, createBoundPropertyCode, createCollectionIterationMethods, createGetByIndexMethod, createIteratorMethod, createRemoveByIndexMethod, createSetByIndexMethod |
Methods inherited from class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory |
---|
createJavaField, getJavaNaming |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionODMG30MemberAndAccessorFactory(JavaNaming naming)
naming
- the javaNaming to useMethod Detail |
---|
public void generateInitializerCode(FieldInfo fieldInfo, JSourceCode jsc)
generateInitializerCode
in class CollectionMemberAndAccessorFactory
fieldInfo
- the fieldInfo to translatejsc
- the JSourceCode in which to add the source toprotected void createEnumerateMethod(CollectionInfo fieldInfo, JClass jClass, boolean useJava50)
createEnumerateMethod
in class CollectionMemberAndAccessorFactory
fieldInfo
- the collectionInfo to translatejClass
- the jClass to add the method to.useJava50
- java version flag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |