Uses of Enum Class
com.tietoenator.trip.jxp.TdbExtendedDatabaseType
Packages that use TdbExtendedDatabaseType
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
CONTROL database inspection and manipulation.
-
Uses of TdbExtendedDatabaseType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbExtendedDatabaseTypeModifier and TypeMethodDescriptionTdbControlObject.getExtendedDatabaseType()
When used with a database, thesaurus or cluster object, this method retrieves the extended type of that object.static TdbExtendedDatabaseType
Factory method to return the appropriate type ID from a protocol namestatic TdbExtendedDatabaseType
Returns the enum constant of this class with the specified name.static TdbExtendedDatabaseType[]
TdbExtendedDatabaseType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbExtendedDatabaseType in com.tietoenator.trip.jxp.control
Constructors in com.tietoenator.trip.jxp.control with parameters of type TdbExtendedDatabaseTypeModifierConstructorDescriptionTdbDatabaseList
(TdbSession session, TdbExtendedDatabaseType type) Request a list of all databases of the stated type to which the calling process has at least read access.TdbDatabaseList
(TdbSession session, TdbExtendedDatabaseType type, boolean noBaf) Request a list of all databases of the stated type to which the calling process has at least read access.