Uses of Class
com.tietoenator.trip.jxp.data.TdbNlpInfo.FieldMappingType
-
Packages that use TdbNlpInfo.FieldMappingType Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbNlpInfo.FieldMappingType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbNlpInfo.FieldMappingType Modifier and Type Method Description TdbNlpInfo.FieldMappingType
TdbNlpInfo. getFieldMapping()
Get the field name mapping mode to control how extracted meta-data is stored into the record.static TdbNlpInfo.FieldMappingType
TdbNlpInfo.FieldMappingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbNlpInfo.FieldMappingType[]
TdbNlpInfo.FieldMappingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbNlpInfo.FieldMappingType Modifier and Type Method Description void
TdbNlpInfo. setFieldMapping(TdbNlpInfo.FieldMappingType type)
Set the field name mapping mode to control how extracted meta-data is stored into the record.
-