Uses of Enum Class
com.tietoenator.trip.jxp.TdbLanguage
Packages that use TdbLanguage
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
Database content manipulation.
Classes for session pooling support.
Classes for estalishing and maintaining a session.
-
Uses of TdbLanguage in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbLanguageModifier and TypeMethodDescriptionstatic TdbLanguage
Returns the enum constant of this class with the specified name.static TdbLanguage[]
TdbLanguage.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbLanguage in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data with parameters of type TdbLanguageModifier and TypeMethodDescriptionvoid
TdbNlpInfo.setInputLanguage
(TdbLanguage lang) Sets the input language of the text in the record to be analyzed. -
Uses of TdbLanguage in com.tietoenator.trip.jxp.pool
Methods in com.tietoenator.trip.jxp.pool with parameters of type TdbLanguageModifier and TypeMethodDescriptionvoid
TdbPooledSession.login
(String username, String password, TdbLanguage language, boolean restart) Invalid operation for a pooled sessionConstructors in com.tietoenator.trip.jxp.pool with parameters of type TdbLanguageModifierConstructorDescriptionTdbTripNetConnectionPool
(String server, int port, String inifile, int timeout, String username, String password, TdbLanguage lang, int stepping) Constructor -- setup the session pool with full TRIPnet parametersTdbTripNetConnectionPool
(String server, int port, String username, String password, TdbLanguage lang, int stepping) Constructor -- setup the session pool with minimal TRIPnet parametersTdbWebConnectionPool
(String server, int port, String inifile, int timeout, String username, String password, TdbLanguage lang, int stepping) Constructor -- setup the session pool with full web parametersTdbWebConnectionPool
(String server, int port, String username, String password, TdbLanguage lang, int stepping) Constructor -- setup the session pool with minimal web parameters -
Uses of TdbLanguage in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session with parameters of type TdbLanguageModifier and TypeMethodDescriptionvoid
TdbSession.login
(String username, String password, TdbLanguage language, boolean restart) Login to a TRIP server.