Uses of Enum Class
ca.cdr.api.transactionlog.TransactionLogSearch.SearchKeyEnum
Packages that use TransactionLogSearch.SearchKeyEnum
-
Uses of TransactionLogSearch.SearchKeyEnum in ca.cdr.api.transactionlog
Methods in ca.cdr.api.transactionlog that return TransactionLogSearch.SearchKeyEnumModifier 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.Methods in ca.cdr.api.transactionlog with parameters of type TransactionLogSearch.SearchKeyEnumModifier 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)