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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
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 22 milliseconds