Interface Document.Field

All Superinterfaces:
Comparable<Document.Field>
All Known Implementing Classes:
BasicField
Enclosing interface:
Document

public static interface Document.Field extends Comparable<Document.Field>
  • Method Details

    • getName

      CharSequence getName()
      Get the name of the field
      Returns:
      the field's name; never null
    • getValue

      Value getValue()
      Get the value of the field.
      Returns:
      the field's value; may be null
    • isNull

      default boolean isNull()
    • isNotNull

      default boolean isNotNull()
    • compareTo

      default int compareTo(Document.Field that)
      Specified by:
      compareTo in interface Comparable<Document.Field>