Package | Description |
---|---|
com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
Modifier and Type | Method and Description |
---|---|
TdbSegmentationType |
TdbDatabaseDesign.getChineseSegmentation()
Retrieve the type of word segmentation algorithm that is being used
to process Chinese text in this database.
|
static TdbSegmentationType |
TdbSegmentationType.getTypeof(java.lang.String name)
Retrieve the type ID that matches the provided name
|
static TdbSegmentationType |
TdbSegmentationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbSegmentationType[] |
TdbSegmentationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbDatabaseDesign.setChineseSegmentation(TdbSegmentationType type)
Establish the type of word segmentation algorithm that should be used
to process Chinese text in this database.
|