T
- parent type which is always the same as the child type
(classes extends classes, interfaces extends interfaces...)public interface ExtensibleType<T extends ExtensibleType> extends Type
Modifier and Type | Method and Description |
---|---|
java.util.Collection<T> |
allSubTypes()
Returns all the children subtypes (including grand children) of
this type.
|
java.util.Collection<InterfaceModel> |
getInterfaces()
Returns an unmodifiable list of interfaces implemented or extended by
this type.
|
java.util.Collection<ParameterizedInterfaceModel> |
getParameterizedInterfaces() |
T |
getParent()
Return the parent type instance.
|
java.util.Collection<FieldModel> |
getStaticFields()
Returns an unmodifiable list of static fields defined by this type
|
java.util.Collection<T> |
subTypes()
Returns the child subtypes of this type.
|
getDefiningURIs, getMethods, getReferences, wasDefinedIn
getAnnotation, getAnnotations, getName, shortDesc
T getParent()
java.util.Collection<T> subTypes()
java.util.Collection<T> allSubTypes()
java.util.Collection<InterfaceModel> getInterfaces()
java.util.Collection<ParameterizedInterfaceModel> getParameterizedInterfaces()
java.util.Collection<FieldModel> getStaticFields()