Interface FieldModel

All Superinterfaces:
AnnotatedElement, Member
All Known Implementing Classes:
FieldModelImpl

public interface FieldModel extends Member, AnnotatedElement
Model that represent the field of a class
  • Method Details

    • getType

      ExtensibleType getType()
      Returns the declared type of the field
      Returns:
      the field type
    • getDeclaringType

      ExtensibleType getDeclaringType()
      Returns the declaring type of this field, which is a class.
      Specified by:
      getDeclaringType in interface Member
      Returns:
      the field declaring class.