Uses of Enum Class
com.tietoenator.trip.jxp.database.TdbBatchJobType
Packages that use TdbBatchJobType
Package
Description
Classes to inspect and modify database design.
-
Uses of TdbBatchJobType in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbBatchJobTypeModifier and TypeMethodDescriptionstatic TdbBatchJobTypeTdbBatchJobType.fromValue(int value) Get the enum instance that corresponds to a given integer representation.static TdbBatchJobTypeReturns the enum constant of this class with the specified name.static TdbBatchJobType[]TdbBatchJobType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.database with parameters of type TdbBatchJobTypeModifier and TypeMethodDescriptionintTdbDatabaseDesign.submitBatchJob(TdbBatchJobType jobtype, String tform) Submit a LOAD and/or INDEX job on this database to TRIPsystem for background execution.