public interface Type extends AnnotatedElement
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.
|
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
java.util.Collection<MethodModel> getMethods()
java.util.Collection<Member> getReferences()
java.util.Collection<java.net.URI> getDefiningURIs()
boolean wasDefinedIn(java.util.Collection<java.net.URI> uris)
uris
- collection of URI to check if this type was defined in them.