Uses of Class
com.tietoenator.trip.jxp.database.TdbSegmentationType
-
Packages that use TdbSegmentationType Package Description com.tietoenator.trip.jxp.database Classes to inspect and modify database design. -
-
Uses of TdbSegmentationType in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbSegmentationType Modifier and Type Method 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 namestatic 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.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbSegmentationType Modifier and Type Method Description void
TdbDatabaseDesign. setChineseSegmentation(TdbSegmentationType type)
Establish the type of word segmentation algorithm that should be used to process Chinese text in this database.
-