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