Package org.exolab.castor.builder.info

Examples of org.exolab.castor.builder.info.CollectionInfoJ2SortedSet


                    this.collectionJ2NoIndexMemberAndAccessorFactory, this.fieldMemberAndAccessorFactory);
        } else if (temp.equalsIgnoreCase(SourceGeneratorConstants.FIELD_INFO_SET)) {
            cInfo = new CollectionInfoJ2Set(contentType, name, elementName, useJava50,
                    this.collectionJ2NoIndexMemberAndAccessorFactory, this.fieldMemberAndAccessorFactory);
        } else if (temp.equalsIgnoreCase(SourceGeneratorConstants.FIELD_INFO_SORTED_SET)) {
            cInfo = new CollectionInfoJ2SortedSet(contentType, name, elementName, useJava50,
                    this.collectionJ2NoIndexMemberAndAccessorFactory, this.fieldMemberAndAccessorFactory);
        } else {
            throw new InvalidParameterException("Unrecognized collection type: " + temp);
        }
View Full Code Here

TOP

Related Classes of org.exolab.castor.builder.info.CollectionInfoJ2SortedSet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.