Uses of Class
com.tietoenator.trip.jxp.TdbProduct
-
Packages that use TdbProduct 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 TdbProduct in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbProduct Modifier and Type Method Description static TdbProduct
TdbProduct. getProduct(java.lang.String name)
Retrieve the product ID that matches the provided namestatic TdbProduct
TdbProduct. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbProduct[]
TdbProduct. values()
Returns an array containing the constants of this enum type, 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 TdbProduct Modifier and Type Method Description boolean
TdbSession. isLicensedFor(TdbProduct prod)
Check if the server to which this session is connected is licensed for the supplied product code
-