Searched refs:isCollection (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/gbind/
H A DConnectedComponent.java53 public final boolean isCollection() { method in class:ConnectedComponent
94 if(isCollection())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DTypeUseFactory.java48 return new TypeUseImpl( t.getInfo(), t.isCollection(), id, t.getExpectedMimeType(), t.getAdapterUse() );
56 return new TypeUseImpl( t.getInfo(), t.isCollection(), t.idUse(), mt, t.getAdapterUse() );
60 if(t.isCollection()) return t;
73 return new TypeUseImpl(t.getInfo(),t.isCollection(),t.idUse(),t.getExpectedMimeType(),adapter);
H A DCNonElement.java52 boolean isCollection(); method in interface:CNonElement
H A DCPropertyInfo.java63 private final boolean isCollection; field in class:CPropertyInfo
98 * If {@link #isCollection} is true, this field is always null,
113 this.isCollection = collection;
217 public boolean isCollection() { method in class:CPropertyInfo
218 return isCollection;
299 if(type.isCollection())
H A DTypeUse.java50 boolean isCollection(); method in interface:TypeUse
H A DTypeUseImpl.java61 public boolean isCollection() { method in class:TypeUseImpl
105 if(isCollection()) return null;
H A DAbstractCTypeInfoImpl.java63 public final boolean isCollection() { method in class:AbstractCTypeInfoImpl
H A DCSingleTypePropertyInfo.java57 super(name, type.isCollection(), source, customizations, locator);
H A DCElementPropertyInfo.java147 if(!isCollection() && !required)
165 return !isCollection() && !required && super.isUnboxable();
H A DCElementInfo.java151 contentType.isCollection()?REPEATED_VALUE:NOT_REPEATED,
185 if(!property.isCollection())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DTypeAndAnnotationImpl.java68 if(!typeUse.isCollection() && prim!=null)
71 if(typeUse.isCollection())
78 if(typeUse.getAdapterUse()==null && !typeUse.isCollection())
93 if(typeUse.isCollection())
H A DElementMappingImpl.java51 if(clazz.getProperty().isCollection())
69 if(p.isCollection())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DPropertyFactory.java108 boolean isCollection = info.isCollection();
111 Constructor<? extends Property> c = propImpls[(isLeaf?0:6)+(isCollection?3:0)+kind.propertyIndex];
H A DArrayProperty.java50 assert prop.isCollection();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DSingleTypePropertyInfoImpl.java63 if(getAdapter()!=null && !isCollection())
98 if(!isCollection() && seed.hasAnnotation(XmlList.class)) {
H A DERPropertyInfoImpl.java48 if(!isCollection()) {
H A DElementPropertyInfoImpl.java118 if(!nav().isPrimitive(t) || isCollection())
121 types.add(createTypeRef(calcXmlName((XmlElement)null),t,isCollection(),null));
128 if((!nav().isPrimitive(type) || isCollection()) && !item.required())
194 if(!isCollection())
H A DRuntimeElementPropertyInfoImpl.java50 if(getAdapter()!=null && !isCollection())
H A DRuntimeReferencePropertyInfoImpl.java48 if(getAdapter()!=null && !isCollection())
H A DElementInfoImpl.java107 private final boolean isCollection; field in class:ElementInfoImpl
177 public boolean isCollection() { method in class:ElementInfoImpl.PropertyImpl
178 return isCollection;
185 return isCollection;
281 isCollection = false;
284 isCollection = true;
290 isCollection = false;
H A DPropertyInfoImpl.java71 private final boolean isCollection; field in class:PropertyInfoImpl
113 isCollection = false;
118 this.isCollection = nav().isSubClassOf(t, nav().ref(Collection.class))
173 if(!isCollection()) {
283 public final boolean isCollection() { method in class:PropertyInfoImpl
284 return isCollection;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DDefaultFieldRenderer.java82 if(!prop.isCollection()) {
H A DConstField.java51 // * {@link #isCollection}==true.
62 assert !prop.isCollection();
79 // if( isCollection ) return getInfo().array();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DPropertyInfo.java87 boolean isCollection(); method in interface:PropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DExpressionParticleBinder.java76 propName.append(makeJavaName(cc.isCollection(),ge.getPropertyNameSeed()));
95 if(cc.isCollection())

Completed in 50 milliseconds

12