public interface FieldModel extends Member, AnnotatedElement, ParameterizedType
Member.Type| Modifier and Type | Method and Description |
|---|---|
ExtensibleType |
getDeclaringType()
Returns the declaring type of this field, which is a class.
|
String |
getDeclaringTypeName()
Returns the declaring type name of this field, which is a class.
|
ExtensibleType |
getType()
Returns the declared type of the field
|
String |
getTypeName()
Returns the declared type name of the field
|
boolean |
isTransient() |
getMemberTypegetAnnotation, getAnnotations, getName, shortDescgetFormalType, getParameterizedTypes, isArray, isFormalTypeExtensibleType getType()
getType in interface ParameterizedTypeString getTypeName()
getTypeName in interface ParameterizedTypeExtensibleType getDeclaringType()
getDeclaringType in interface MemberString getDeclaringTypeName()
boolean isTransient()
Copyright © 2009–2022 Oracle Corporation. All rights reserved.