|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionInfo | |
|---|---|
| org.exolab.castor.builder.factory | |
| org.exolab.castor.builder.info | |
| Uses of CollectionInfo in org.exolab.castor.builder.factory |
|---|
| Methods in org.exolab.castor.builder.factory that return CollectionInfo | |
|---|---|
CollectionInfo |
FieldInfoFactory.createCollection(XSType contentType,
String name,
String elementName,
JavaNaming javaNaming,
boolean usejava50)
Creates a CollectionInfo instance based upon the various parameters provided. |
CollectionInfo |
FieldInfoFactory.createCollection(XSType contentType,
String name,
String elementName,
String collectionName,
JavaNaming javaNaming,
boolean useJava50)
Creates a CollectionInfo instance based upon the various parameters provided. |
| Methods in org.exolab.castor.builder.factory with parameters of type CollectionInfo | |
|---|---|
protected void |
CollectionMemberAndAccessorFactory.addMaxSizeCheck(CollectionInfo fieldInfo,
String methodName,
JSourceCode sourceCode)
Creates the add max size check. |
protected void |
CollectionMemberAndAccessorFactory.createAddByIndexMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the add by index method. |
protected void |
CollectionJ2NoIndexMemberAndAccessorFactory.createAddByIndexMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the add by index method. |
protected void |
CollectionJ2MemberAndAccessorFactory.createAddMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the add method for this collection. |
protected void |
CollectionMemberAndAccessorFactory.createAddMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the add method for this collection. |
protected void |
CollectionMemberAndAccessorFactory.createBoundPropertyCode(CollectionInfo fieldInfo,
JSourceCode sourceCode)
Creates bound property code.. |
protected void |
CollectionJ2MemberAndAccessorFactory.createCollectionIterationMethods(CollectionInfo fieldInfo,
JClass jClass,
boolean useJava50)
Generate methods for iterating over the objects in the collection. |
protected void |
CollectionMemberAndAccessorFactory.createCollectionIterationMethods(CollectionInfo fieldInfo,
JClass jClass,
boolean useJava50)
Generate methods for iterating over the objects in the collection. |
protected void |
CollectionJ2MemberAndAccessorFactory.createEnumerateMethod(CollectionInfo fieldInfo,
JClass jClass,
boolean useJava50)
Creates the enumerate method. |
protected void |
CollectionODMG30MemberAndAccessorFactory.createEnumerateMethod(CollectionInfo fieldInfo,
JClass jClass,
boolean useJava50)
Creates the enumerate method. |
protected void |
CollectionMemberAndAccessorFactory.createEnumerateMethod(CollectionInfo fieldInfo,
JClass jClass,
boolean useJava50)
Creates the enumerate method. |
protected void |
CollectionMemberAndAccessorFactory.createGetByIndexMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the get by index method. |
protected void |
CollectionJ2NoIndexMemberAndAccessorFactory.createGetByIndexMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the get by index method. |
protected void |
CollectionMemberAndAccessorFactory.createIteratorMethod(CollectionInfo fieldInfo,
JClass jClass,
boolean useJava50)
Creates the iterate method. |
protected void |
CollectionMemberAndAccessorFactory.createRemoveByIndexMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the remove by index method. |
protected void |
CollectionJ2NoIndexMemberAndAccessorFactory.createRemoveByIndexMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the remove by index method. |
protected void |
CollectionMemberAndAccessorFactory.createSetByIndexMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the set by index method. |
protected void |
CollectionJ2NoIndexMemberAndAccessorFactory.createSetByIndexMethod(CollectionInfo fieldInfo,
JClass jClass)
Creates the set by index method. |
| Uses of CollectionInfo in org.exolab.castor.builder.info |
|---|
| Subclasses of CollectionInfo in org.exolab.castor.builder.info | |
|---|---|
class |
CollectionInfoJ2
A helper used for generating source that deals with Java 2 Collections. |
class |
CollectionInfoJ2Collection
A helper used for generating source that deals with Java 2 Collections of type 'java.util.Collection'. |
class |
CollectionInfoJ2Set
A helper used for generating source that deals with Java 2 Collections of type 'java.util.Set'. |
class |
CollectionInfoJ2SortedSet
A helper used for generating source that deals with Java 2 Collections of type 'java.util.SortedSet'. |
class |
CollectionInfoODMG30
A helper used for generating source that deals with Collections. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||