Uses of Class
org.exolab.castor.builder.info.CollectionInfo
Packages that use CollectionInfo
-
Uses of CollectionInfo in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory that return CollectionInfoModifier and TypeMethodDescriptionFieldInfoFactory.createCollection
(XSType contentType, String name, String elementName, String collectionName, JavaNaming javaNaming, boolean useJava50) Creates aCollectionInfo
instance based upon the various parameters provided.FieldInfoFactory.createCollection
(XSType contentType, String name, String elementName, JavaNaming javaNaming, boolean usejava50) Creates aCollectionInfo
instance based upon the various parameters provided.Methods in org.exolab.castor.builder.factory with parameters of type CollectionInfoModifier and TypeMethodDescriptionprotected void
CollectionMemberAndAccessorFactory.addMaxSizeCheck
(CollectionInfo fieldInfo, String methodName, JSourceCode sourceCode) Creates the add max size check.protected void
CollectionJ2NoIndexMemberAndAccessorFactory.createAddByIndexMethod
(CollectionInfo fieldInfo, JClass jClass) Creates the add by index method.protected void
CollectionMemberAndAccessorFactory.createAddByIndexMethod
(CollectionInfo fieldInfo, JClass jClass) Creates the add by index method.protected final 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 final 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 final void
CollectionJ2MemberAndAccessorFactory.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
CollectionODMG30MemberAndAccessorFactory.createEnumerateMethod
(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Creates the enumerate method.protected void
CollectionJ2NoIndexMemberAndAccessorFactory.createGetByIndexMethod
(CollectionInfo fieldInfo, JClass jClass) supresses the method creationprotected void
CollectionMemberAndAccessorFactory.createGetByIndexMethod
(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Creates the get by index method.protected void
CollectionMemberAndAccessorFactory.createIteratorMethod
(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Creates the iterate method.protected void
CollectionJ2NoIndexMemberAndAccessorFactory.createRemoveByIndexMethod
(CollectionInfo fieldInfo, JClass jClass) Creates the remove by index method.protected void
CollectionMemberAndAccessorFactory.createRemoveByIndexMethod
(CollectionInfo fieldInfo, JClass jClass) Creates the remove by index method.protected void
CollectionJ2NoIndexMemberAndAccessorFactory.createSetByIndexMethod
(CollectionInfo fieldInfo, JClass jClass) Creates the set by index method.protected void
CollectionMemberAndAccessorFactory.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.infoModifier and TypeClassDescriptionclass
A helper used for generating source that deals with Java 2 Collections.class
A helper used for generating source that deals with Java 2 Collections of type 'java.util.Collection'.final class
A helper used for generating source that deals with Java 2 Collections of type 'java.util.Set'.final class
A helper used for generating source that deals with Java 2 Collections of type 'java.util.SortedSet'.final class
A helper used for generating source that deals with Collections.