|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Type
A type defines java type which can be an interface or a class.
Method Summary | |
---|---|
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 |
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement |
---|
getAnnotation, getAnnotations, getName, shortDesc |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |