Uses of Class
com.tietoenator.trip.jxp.TdbCharacterSet
-
Packages that use TdbCharacterSet Package Description com.tietoenator.trip.jxp Main TRIPjxp package that contains generic classes and enumerations.com.tietoenator.trip.jxp.session Classes for estalishing and maintaining a session. -
-
Uses of TdbCharacterSet in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbCharacterSet Modifier and Type Method Description static TdbCharacterSet
TdbCharacterSet. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbCharacterSet[]
TdbCharacterSet. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TdbCharacterSet in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session that return TdbCharacterSet Modifier and Type Method Description TdbCharacterSet
TdbSession. getCharacterSet()
Retrieves the TRIP character set in use on the server
-