Interface FieldModel

    • Method Detail

      • 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.