Uses of Enum Class
com.tietoenator.trip.jxp.TdbProduct
Packages that use TdbProduct
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
Classes for estalishing and maintaining a session.
-
Uses of TdbProduct in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbProductModifier and TypeMethodDescriptionstatic TdbProduct
TdbProduct.getProduct
(String name) Retrieve the product ID that matches the provided namestatic TdbProduct
Returns the enum constant of this class with the specified name.static TdbProduct[]
TdbProduct.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbProduct in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session with parameters of type TdbProductModifier and TypeMethodDescriptionboolean
TdbSession.isLicensedFor
(TdbProduct prod) Check if the server to which this session is connected is licensed for the supplied product code