Class StringField

  • All Implemented Interfaces:
    PositionData

    public final class StringField
    extends BaseField
    Represent a string field.
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • getValue

        public String getValue()
        The value of the field.
      • getRawValue

        public String getRawValue()
        The value as it appears on the document.