|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.builder.types.XSCollectionFactory
public final class XSCollectionFactory
Helper class to facilitate creation of XML schema collection types.
| Method Summary | |
|---|---|
static XSListType |
createCollection(java.lang.String collectionName,
XSType contentType,
boolean useJava50)
Factory method to create an XS collection type, i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static XSListType createCollection(java.lang.String collectionName,
XSType contentType,
boolean useJava50)
XSListType.
collectionName - The name of the Java collection type,e.g. 'java.util.Collection'contentType - the content type of the collection, ie. the type of objects
that the collection will containuseJava50 - true if source code is supposed to be generated for Java 5
XSListType instance.XSListType
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||