org.exolab.castor.builder.info
Class CollectionInfoODMG30
java.lang.Object
org.exolab.castor.builder.info.FieldInfo
org.exolab.castor.builder.info.CollectionInfo
org.exolab.castor.builder.info.CollectionInfoODMG30
- All Implemented Interfaces:
- NatureExtendable, PropertyHolder, XMLInfo
public final class CollectionInfoODMG30
- extends CollectionInfo
A helper used for generating source that deals with Collections.
- Version:
- $Revision: 7700 $ $Date: 2006-02-23 01:08:24 -0700 (Thu, 23 Feb 2006) $
- Author:
- Frank Thelen, Bernd Deichmann
| Methods inherited from class org.exolab.castor.builder.info.CollectionInfo |
getContent, getContentName, getContentType, getElementName, getMethodSuffix, getParameterPrefix, getReferenceMethodSuffix, getReferenceSuffix, getXSList, isExtraMethods, setCreateExtraMethods, setReferenceMethodSuffix |
| Methods inherited from class org.exolab.castor.builder.info.FieldInfo |
addNature, getComment, getDeclaringClassInfo, getDefaultValue, getDeleteMethodName, getFieldInfoReference, getFixedValue, getHasMethodName, getIsMethodName, getMemberAndAccessorFactory, getMethods, getName, getProperty, getReadMethodName, getSubstitutionGroupMembers, getValidator, getVisibility, getWriteMethodName, getXMLFieldHandler, hasNature, isBound, isContainer, isFinal, isNillable, isStatic, isTransient, requiresHasAndDeleteMethods, setBound, setComment, setContainer, setDeclaringClassInfo, setDefaultValue, setFieldInfoReference, setFinal, setFixedValue, setMethods, setNillable, setProperty, setStatic, setSubstitutionGroupMembers, setTransient, setValidator, setVisibility, setXMLFieldHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionInfoODMG30
public CollectionInfoODMG30(XSType contentType,
String name,
String elementName,
boolean useJava50,
FieldMemberAndAccessorFactory memberAndAccessorFactory,
FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
- Creates a new CollectionInfoODMG30.
- Parameters:
contentType - the content type of the collection, ie. the type of
objects that the collection will containname - the name of the CollectionelementName - the element name for each element in collectionuseJava50 - true if code is supposed to be generated for Java 5memberAndAccessorFactory - the FieldMemberAndAccessorFactory to be usedcontentMemberAndAccessorFactory - the factory for the content
Copyright © 2012. All Rights Reserved.