Searched refs:collectionType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DCollectionTypeAttribute.java42 String collectionType = null; field in class:CollectionTypeAttribute
45 * Computed from {@link #collectionType} on demand.
58 if (collectionType==null)
61 if (collectionType.equals("indexed"))
64 return frf.getList(m.codeModel.ref(collectionType));
H A DBIProperty.java124 BaseTypeBean _baseType, CollectionTypeAttribute collectionType, Boolean isConst,
131 this.collectionType = collectionType;
214 private CollectionTypeAttribute collectionType = null; field in class:BIProperty
221 if(collectionType!=null) return collectionType;
123 BIProperty(Locator loc, String _propName, String _javadoc, BaseTypeBean _baseType, CollectionTypeAttribute collectionType, Boolean isConst, OptionalPropertyMode optionalProperty, Boolean genElemProp) argument
H A DBIGlobalBinding.java224 private CollectionTypeAttribute collectionType = new CollectionTypeAttribute(); field in class:BIGlobalBinding
403 collectionType, fixedAttributeAsConstantProperty, optionalProperty, generateElementProperty );
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java313 makeArrayOrCollectionMapping(Type collectionType, Type elementType, argument
334 if (collectionType instanceof ParameterizedType) {
335 return new CollectionMapping(collectionType,
340 return new IdentityMapping(collectionType,
343 return new ArrayMapping(collectionType,

Completed in 74 milliseconds