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 aCollectionInfoinstance based upon the various parameters provided.FieldInfoFactory.createCollection(XSType contentType, String name, String elementName, JavaNaming javaNaming, boolean usejava50) Creates aCollectionInfoinstance based upon the various parameters provided.Methods in org.exolab.castor.builder.factory with parameters of type CollectionInfoModifier and TypeMethodDescriptionprotected voidCollectionMemberAndAccessorFactory.addMaxSizeCheck(CollectionInfo fieldInfo, String methodName, JSourceCode sourceCode) Creates the add max size check.protected voidCollectionJ2NoIndexMemberAndAccessorFactory.createAddByIndexMethod(CollectionInfo fieldInfo, JClass jClass) Creates the add by index method.protected voidCollectionMemberAndAccessorFactory.createAddByIndexMethod(CollectionInfo fieldInfo, JClass jClass) Creates the add by index method.protected final voidCollectionJ2MemberAndAccessorFactory.createAddMethod(CollectionInfo fieldInfo, JClass jClass) Creates the add method for this collection.protected voidCollectionMemberAndAccessorFactory.createAddMethod(CollectionInfo fieldInfo, JClass jClass) Creates the add method for this collection.protected voidCollectionMemberAndAccessorFactory.createBoundPropertyCode(CollectionInfo fieldInfo, JSourceCode sourceCode) Creates bound property code..protected final voidCollectionJ2MemberAndAccessorFactory.createCollectionIterationMethods(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Generate methods for iterating over the objects in the collection.protected voidCollectionMemberAndAccessorFactory.createCollectionIterationMethods(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Generate methods for iterating over the objects in the collection.protected final voidCollectionJ2MemberAndAccessorFactory.createEnumerateMethod(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Creates the enumerate method.protected voidCollectionMemberAndAccessorFactory.createEnumerateMethod(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Creates the enumerate method.protected voidCollectionODMG30MemberAndAccessorFactory.createEnumerateMethod(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Creates the enumerate method.protected voidCollectionJ2NoIndexMemberAndAccessorFactory.createGetByIndexMethod(CollectionInfo fieldInfo, JClass jClass) supresses the method creationprotected voidCollectionMemberAndAccessorFactory.createGetByIndexMethod(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Creates the get by index method.protected voidCollectionMemberAndAccessorFactory.createIteratorMethod(CollectionInfo fieldInfo, JClass jClass, boolean useJava50) Creates the iterate method.protected voidCollectionJ2NoIndexMemberAndAccessorFactory.createRemoveByIndexMethod(CollectionInfo fieldInfo, JClass jClass) Creates the remove by index method.protected voidCollectionMemberAndAccessorFactory.createRemoveByIndexMethod(CollectionInfo fieldInfo, JClass jClass) Creates the remove by index method.protected voidCollectionJ2NoIndexMemberAndAccessorFactory.createSetByIndexMethod(CollectionInfo fieldInfo, JClass jClass) Creates the set by index method.protected voidCollectionMemberAndAccessorFactory.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 TypeClassDescriptionclassA helper used for generating source that deals with Java 2 Collections.classA helper used for generating source that deals with Java 2 Collections of type 'java.util.Collection'.final classA helper used for generating source that deals with Java 2 Collections of type 'java.util.Set'.final classA helper used for generating source that deals with Java 2 Collections of type 'java.util.SortedSet'.final classA helper used for generating source that deals with Collections.