Uses of Enum Class
com.tietoenator.trip.jxp.TdbTripFeature
Packages that use TdbTripFeature
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
Classes for estalishing and maintaining a session.
-
Uses of TdbTripFeature in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbTripFeatureModifier and TypeMethodDescriptionstatic TdbTripFeature
Returns the enum constant of this class with the specified name.static TdbTripFeature[]
TdbTripFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbTripFeature in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session with parameters of type TdbTripFeatureModifier and TypeMethodDescriptionboolean
TdbSession.supportsFeature
(TdbTripFeature feature) Returns true if the version of TRIPsystem this session is connected to supports the specified feature.