Uses of Enum Class
com.tietoenator.trip.jxp.database.TdbSegmentationType
Packages that use TdbSegmentationType
Package
Description
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 TdbSegmentationTypeModifier and TypeMethodDescriptionTdbDatabaseDesign.getChineseSegmentation()
Retrieve the type of word segmentation algorithm that is being used to process Chinese text in this database.static TdbSegmentationType
Retrieve the type ID that matches the provided namestatic TdbSegmentationType
Returns the enum constant of this class with the specified name.static TdbSegmentationType[]
TdbSegmentationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbSegmentationTypeModifier and TypeMethodDescriptionvoid
TdbDatabaseDesign.setChineseSegmentation
(TdbSegmentationType type) Establish the type of word segmentation algorithm that should be used to process Chinese text in this database.