public abstract class ExtensibleTypeImpl<T extends ExtensibleType> extends TypeImpl implements ExtensibleType<T>
| Constructor and Description |
|---|
ExtensibleTypeImpl(java.lang.String name,
TypeProxy<Type> sink,
TypeProxy parent) |
| 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
|
protected void |
print(java.lang.StringBuffer sb)
prints a meaningful string
|
TypeProxy<?> |
setParent(TypeProxy<?> parent) |
java.util.Collection<T> |
subTypes()
Returns the child subtypes of this type.
|
getDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, shortDesc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, shortDescpublic T getParent()
ExtensibleTypegetParent in interface ExtensibleType<T extends ExtensibleType>public java.util.Collection<InterfaceModel> getInterfaces()
ExtensibleTypegetInterfaces in interface ExtensibleType<T extends ExtensibleType>public java.util.Collection<ParameterizedInterfaceModel> getParameterizedInterfaces()
getParameterizedInterfaces in interface ExtensibleType<T extends ExtensibleType>public java.util.Collection<T> subTypes()
ExtensibleTypesubTypes in interface ExtensibleType<T extends ExtensibleType>public java.util.Collection<T> allSubTypes()
ExtensibleTypeallSubTypes in interface ExtensibleType<T extends ExtensibleType>public java.util.Collection<FieldModel> getStaticFields()
ExtensibleTypegetStaticFields in interface ExtensibleType<T extends ExtensibleType>Copyright © 2013 Oracle Corporation. All Rights Reserved.