public class TypeImpl extends AnnotatedElementImpl implements Type
| Constructor and Description |
|---|
TypeImpl(java.lang.String name,
TypeProxy<Type> sink) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.net.URI> |
getDefiningURIs()
Returns the defining URIs
|
java.util.Collection<MethodModel> |
getMethods()
Returns an unmodifiable collection of methods that are declared
in this type.
|
java.util.Collection<Member> |
getReferences()
Returns a unmodifiable collection of this type references.
|
protected void |
print(java.lang.StringBuffer sb) |
boolean |
wasDefinedIn(java.util.Collection<java.net.URI> uris)
Determine if this type was defined in one of the passed URI or not
|
getAnnotation, getAnnotations, getName, shortDesc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getName, shortDescpublic java.util.Collection<java.net.URI> getDefiningURIs()
TypegetDefiningURIs in interface Typepublic boolean wasDefinedIn(java.util.Collection<java.net.URI> uris)
TypewasDefinedIn in interface Typeuris - collection of URI to check if this type was defined in them.public java.util.Collection<MethodModel> getMethods()
TypegetMethods in interface Typepublic java.util.Collection<Member> getReferences()
TypegetReferences in interface Typeprotected void print(java.lang.StringBuffer sb)
print in class AnnotatedElementImplCopyright © 2013 Oracle Corporation. All Rights Reserved.