Interface FieldModel
- All Superinterfaces:
AnnotatedElement, Member
- All Known Implementing Classes:
FieldModelImpl
Model that represent the field of a class
-
Nested Class Summary
Nested classes/interfaces inherited from interface Member
Member.Type -
Method Summary
Modifier and TypeMethodDescriptionReturns the declaring type of this field, which is a class.getType()Returns the declared type of the fieldMethods inherited from interface AnnotatedElement
getAnnotation, getAnnotations, getName, shortDescMethods inherited from interface Member
getMemberType
-
Method Details
-
getType
-
getDeclaringType
ExtensibleType getDeclaringType()Returns the declaring type of this field, which is a class.- Specified by:
getDeclaringTypein interfaceMember- Returns:
- the field declaring class.
-