Interface IDfFtOptions
public interface IDfFtOptions
Options for use preparing a DFTXML representation of an object for
indexing.
-
Method Summary
-
Method Details
-
getString
- Returns:
- the value of the specified option or a zero length String if none was specified.
-
getBoolean
- Parameters:
optionName- The name of an option from DfFtOptionNames- Returns:
- true if the option specified has a value of "true" or else return false.
-