Uses of Enum Class
ca.cdr.api.transactionlog.TransactionLogSearch.SearchKeyEnum
-
Uses of TransactionLogSearch.SearchKeyEnum in ca.cdr.api.transactionlog
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TransactionLogSearch.SearchKeyEnum[]
TransactionLogSearch.SearchKeyEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TransactionLogSearch.addSearchParameter
(TransactionLogSearch.SearchKeyEnum theParameter, Object theValue) Method which just delegates to the put method, but is more descriptive for implementers.TransactionLogSearch.put
(TransactionLogSearch.SearchKeyEnum theKey, Object theValue)