Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbNlpInfo.setFieldMapping(TdbNlpInfo.FieldMappingType type)
Set the field name mapping mode to control how extracted meta-data
is stored into the record.
|