Interface Document.Field

    • Method Detail

      • 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()