Uses of Enum Class
com.tietoenator.trip.jxp.TdbDatabaseListType
Packages that use TdbDatabaseListType
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
CONTROL database inspection and manipulation.
-
Uses of TdbDatabaseListType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbDatabaseListTypeModifier and TypeMethodDescriptionstatic TdbDatabaseListTypeFactory method to return the appropriate type ID from a protocol namestatic TdbDatabaseListTypeReturns the enum constant of this class with the specified name.static TdbDatabaseListType[]TdbDatabaseListType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbDatabaseListType in com.tietoenator.trip.jxp.control
Constructors in com.tietoenator.trip.jxp.control with parameters of type TdbDatabaseListTypeModifierConstructorDescriptionTdbDatabaseList(TdbSession session, TdbExtendedDatabaseType dbType, TdbDatabaseListType listType) Request a list of all databases of the stated type to which the calling process has at least read access.