public class FieldModelImpl extends AnnotatedElementImpl implements FieldModel
Member.Type
Constructor and Description |
---|
FieldModelImpl(String name,
TypeProxy type,
ExtensibleType declaringType) |
Modifier and Type | Method and Description |
---|---|
ExtensibleType |
getDeclaringType()
Returns the declaring type of this field, which is a class.
|
Member.Type |
getMemberType()
returns the type of the member
|
ExtensibleType |
getType()
Returns the declared type of the field
|
protected void |
print(StringBuffer sb) |
getAnnotation, getAnnotations, getName, isApplicationClass, setApplicationClass, shortDesc, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getName, shortDesc
public FieldModelImpl(String name, TypeProxy type, ExtensibleType declaringType)
public Member.Type getMemberType()
Member
getMemberType
in interface Member
public ExtensibleType getDeclaringType()
FieldModel
getDeclaringType
in interface FieldModel
getDeclaringType
in interface Member
public ExtensibleType getType()
FieldModel
getType
in interface FieldModel
protected void print(StringBuffer sb)
print
in class AnnotatedElementImpl
Copyright © 2009–2023 Oracle Corporation. All rights reserved.