Uses of Enum Class
com.tietoenator.trip.jxp.ccl.TdbCclCommandType
Packages that use TdbCclCommandType
Package
Description
CCL command processing support.
Database content manipulation.
-
Uses of TdbCclCommandType in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbCclCommandTypeModifier and TypeMethodDescriptionTdbCclCommand.getCommandType()
Retrieve the type of command executed, at a very broad level.static TdbCclCommandType
Returns the enum constant of this class with the specified name.static TdbCclCommandType[]
TdbCclCommandType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbCclCommandType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbCclCommandTypeModifier and TypeMethodDescriptionTdbSearch.getCommandType()
Retrieve the type of command executed.