public interface Type extends AnnotatedElement
Modifier and Type | Method and Description |
---|---|
Collection<URI> |
getDefiningURIs()
Returns the defining URIs
|
Collection<MethodModel> |
getMethods()
Returns an unmodifiable collection of methods that are declared
in this type.
|
Collection<Member> |
getReferences()
Returns a unmodifiable collection of this type references.
|
boolean |
wasDefinedIn(Collection<URI> uris)
Determine if this type was defined in one of the passed URI or not
|
getAnnotation, getAnnotations, getName, shortDesc
Collection<MethodModel> getMethods()
Collection<Member> getReferences()
Collection<URI> getDefiningURIs()
boolean wasDefinedIn(Collection<URI> uris)
uris
- collection of URI to check if this type was defined in them.Copyright © 2009–2023 Oracle Corporation. All rights reserved.