Uses of Class
com.tietoenator.trip.jxp.TdbTripFeature
-
Packages that use TdbTripFeature 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 TdbTripFeature in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbTripFeature Modifier and Type Method Description static TdbTripFeature
TdbTripFeature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbTripFeature[]
TdbTripFeature. values()
Returns an array containing the constants of this enum type, 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 TdbTripFeature Modifier and Type Method Description boolean
TdbSession. supportsFeature(TdbTripFeature feature)
Returns true if the version of TRIPsystem this session is connected to supports the specified feature.
-