Uses of Class
com.sun.tools.xjc.reader.xmlschema.bindinfo.CollectionTypeAttribute

Packages that use CollectionTypeAttribute
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
 

Uses of CollectionTypeAttribute in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return CollectionTypeAttribute
(package private)  CollectionTypeAttribute BIProperty.getCollectionType()
          Gets the realization of this field.
 

Constructors in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type CollectionTypeAttribute
BIProperty(Locator loc, String _propName, String _javadoc, com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty.BaseTypeBean _baseType, CollectionTypeAttribute collectionType, Boolean isConst, OptionalPropertyMode optionalProperty, Boolean genElemProp)