Uses of Class
com.tietoenator.trip.jxp.TdbExtendedDatabaseType
-
Packages that use TdbExtendedDatabaseType Package Description com.tietoenator.trip.jxp Main TRIPjxp package that contains generic classes and enumerations.com.tietoenator.trip.jxp.control CONTROL database inspection and manipulation. -
-
Uses of TdbExtendedDatabaseType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbExtendedDatabaseType Modifier and Type Method Description TdbExtendedDatabaseType
TdbControlObject. getExtendedDatabaseType()
When used with a database, thesaurus or cluster object, this method retrieves the extended type of that object.static TdbExtendedDatabaseType
TdbExtendedDatabaseType. getTypeof(java.lang.String name)
Factory method to return the appropriate type ID from a protocol namestatic TdbExtendedDatabaseType
TdbExtendedDatabaseType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbExtendedDatabaseType[]
TdbExtendedDatabaseType. values()
Returns an array containing the constants of this enum type, 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 TdbExtendedDatabaseType Constructor Description TdbDatabaseList(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.
-