Uses of Enum Class
com.tietoenator.trip.jxp.data.TdbNlpInfo.FieldMappingType
Packages that use TdbNlpInfo.FieldMappingType
-
Uses of TdbNlpInfo.FieldMappingType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbNlpInfo.FieldMappingTypeModifier and TypeMethodDescriptionTdbNlpInfo.getFieldMapping()Get the field name mapping mode to control how extracted meta-data is stored into the record.static TdbNlpInfo.FieldMappingTypeReturns the enum constant of this class with the specified name.static TdbNlpInfo.FieldMappingType[]TdbNlpInfo.FieldMappingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbNlpInfo.FieldMappingTypeModifier and TypeMethodDescriptionvoidTdbNlpInfo.setFieldMapping(TdbNlpInfo.FieldMappingType type) Set the field name mapping mode to control how extracted meta-data is stored into the record.