Searched refs:TypeUseImpl (Results 1 - 2 of 2) sorted by relevance

/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() );
68 return new TypeUseImpl( t.getInfo(), true, t.idUse(), t.getExpectedMimeType(), null );
73 return new TypeUseImpl(t.getInfo(),t.isCollection(),t.idUse(),t.getExpectedMimeType(),adapter);
H A DTypeUseImpl.java45 final class TypeUseImpl implements TypeUse { class in inherits:TypeUse
53 public TypeUseImpl(CNonElement itemType, boolean collection, ID id, MimeType expectedMimeType, CAdapter adapter) { method in class:TypeUseImpl
83 if (!(o instanceof TypeUseImpl)) return false;
85 final TypeUseImpl that = (TypeUseImpl) o;

Completed in 49 milliseconds