|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
public class TypeImpl
Implementation of the Type abstraction.
| Constructor Summary | |
|---|---|
TypeImpl(java.lang.String name,
TypeProxy<Type> sink)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl |
|---|
getAnnotation, getAnnotations, getName, shortDesc, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement |
|---|
getAnnotation, getAnnotations, getName, shortDesc |
| Constructor Detail |
|---|
public TypeImpl(java.lang.String name,
TypeProxy<Type> sink)
| Method Detail |
|---|
public java.util.Collection<java.net.URI> getDefiningURIs()
Type
getDefiningURIs in interface Typepublic boolean wasDefinedIn(java.util.Collection<java.net.URI> uris)
Type
wasDefinedIn in interface Typeuris - collection of URI to check if this type was defined in them.
public java.util.Collection<MethodModel> getMethods()
Type
getMethods in interface Typepublic java.util.Collection<Member> getReferences()
Type
getReferences in interface Typeprotected void print(java.lang.StringBuffer sb)
print in class AnnotatedElementImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||