public class ClassModelImpl extends ExtensibleTypeImpl<ClassModel> implements ClassModel
| Constructor and Description |
|---|
ClassModelImpl(java.lang.String name,
TypeProxy<Type> sink,
TypeProxy parent) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FieldModel> |
getFields()
Returns an unmodifiable collection of fields models that represent
all the declared fields of this classes.
|
protected void |
print(java.lang.StringBuffer sb)
prints a meaningful string
|
allSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, setParent, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, shortDesc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitallSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, shortDescpublic java.util.Collection<FieldModel> getFields()
ClassModelgetFields in interface ClassModelprotected void print(java.lang.StringBuffer sb)
ExtensibleTypeImplprint in class ExtensibleTypeImpl<ClassModel>sb - the string buffer to write to.Copyright © 2013 Oracle Corporation. All Rights Reserved.