public class InterfaceModelImpl extends ExtensibleTypeImpl<InterfaceModel> implements InterfaceModel
| Constructor and Description |
|---|
InterfaceModelImpl(String name,
TypeProxy<Type> sink,
TypeProxy parent) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassModel> |
allImplementations()
Returns an unmodifiable collection of all classes implementing this
interface.
|
Collection<ClassModel> |
implementations()
Returns an unmodifiable collection of classes directly implementing
this interface
|
protected void |
print(StringBuffer sb)
prints a meaningful string
|
allSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, setParent, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, isApplicationClass, setApplicationClass, shortDesc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitallSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, shortDescpublic Collection<ClassModel> implementations()
InterfaceModelimplementations in interface InterfaceModelpublic Collection<ClassModel> allImplementations()
InterfaceModelallImplementations in interface InterfaceModelprotected void print(StringBuffer sb)
ExtensibleTypeImplprint in class ExtensibleTypeImpl<InterfaceModel>sb - the string buffer to write to.Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.