Interface IDfFtOptions


public interface IDfFtOptions
Options for use preparing a DFTXML representation of an object for indexing.
  • Method Details

    • getString

      String getString(String optionName)
      Returns:
      the value of the specified option or a zero length String if none was specified.
    • getBoolean

      boolean getBoolean(String optionName)
      Parameters:
      optionName - The name of an option from DfFtOptionNames
      Returns:
      true if the option specified has a value of "true" or else return false.