org.exolab.castor.builder
public class CollectionInfoODMG30 extends CollectionInfo
Version: $Revision: 6302 $ $Date: 2006-02-23 01:08:24 -0700 (Thu, 23 Feb 2006) $
Constructor Summary | |
---|---|
CollectionInfoODMG30(XSType contentType, String name, String elementName, boolean useJava50)
Creates a new CollectionInfoODMG30
|
Method Summary | |
---|---|
protected void | createEnumerateMethod(JClass jClass, boolean useJava50) |
void | generateInitializerCode(JSourceCode jsc)
Creates code for initialization of this Member
|
Parameters: contentType the content type of the collection, ie. the type of objects that the collection will contain name the name of the Collection elementName the element name for each element in collection useJava50 true if source code is supposed to be generated for Java 5
Parameters: jsc the JSourceCode in which to add the source to