Uses of Class
com.tietoenator.trip.jxp.data.TdbStringField
-
Packages that use TdbStringField Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbStringField in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbStringField Modifier and Type Method Description TdbStringField
TdbTextExtractionInfo. getStringField()
If this method returns a non-null value, text extraction will be performed from any value assigned to the TdbStringField instance in question.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbStringField Modifier and Type Method Description void
TdbTextExtractionInfo. setStringField(TdbStringField stringField)
If assigned a non-null value, text extraction will be performed from any value assigned to the provided TdbStringField instance.
-