Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.rbkmoney.server.bean.enums.ModuleSetupKeys
- All Implemented Interfaces:
Serializable,Comparable<ModuleSetupKeys>,Constable,ParameterMapKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionrbkmoney.commission.charge.type.id=0rbkmoney.commission.comment=Платеж через платежную систему RBK.Money ( Комиссия ) [транзакция #{TRANSACTION_ID}]rbkmoney.commission.percent=0rbkmoney.commission.type=0rbkmoney.eshop.id=rbkmoney.fail.url=rbkmoney.gate.url=https://rbkmoney.ru/acceptpurchase.aspxrbkmoney.payment.comment=Платеж через платежный сервис RBK.Money [транзакция #{TRANSACTION_ID}]rbkmoney.payment.type.id=0rbkmoney.preference=rbkmoney.recipient.currency=RURrbkmoney.service.name=Пополнение счета по договору №{CONTRACT_TITLE}rbkmoney.success.url=rbkmoney.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXrbkmoney.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
Method Summary
Modifier and TypeMethodDescriptiongetName()getTitle()static ModuleSetupKeysReturns the enum constant of this class with the specified name.static ModuleSetupKeys[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface ru.bitel.common.ParameterMapKey
getParent, getSubLevel
-
Enum Constant Details
-
RBKMONEY_SUM_MIN
rbkmoney.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
RBKMONEY_SUM_MAX
rbkmoney.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
RBKMONEY_FAIL_URL
rbkmoney.fail.url= -
RBKMONEY_ESHOP_ID
rbkmoney.eshop.id= -
RBKMONEY_GATE_URL
rbkmoney.gate.url=https://rbkmoney.ru/acceptpurchase.aspx -
RBKMONEY_PREFERENCE
rbkmoney.preference= -
RBKMONEY_SUCCESS_URL
rbkmoney.success.url= -
RBKMONEY_SERVICE_NAME
rbkmoney.service.name=Пополнение счета по договору №{CONTRACT_TITLE} -
RBKMONEY_RECIPIENT_CURRENCY
rbkmoney.recipient.currency=RUR -
RBKMONEY_PAYMENT_TYPE_ID
rbkmoney.payment.type.id=0 -
RBKMONEY_PAYMENT_COMMENT
rbkmoney.payment.comment=Платеж через платежный сервис RBK.Money [транзакция #{TRANSACTION_ID}] -
RBKMONEY_COMMISSION_TYPE
rbkmoney.commission.type=0 -
RBKMONEY_COMMISSION_COMMENT
rbkmoney.commission.comment=Платеж через платежную систему RBK.Money ( Комиссия ) [транзакция #{TRANSACTION_ID}] -
RBKMONEY_COMMISSION_PERCENT
rbkmoney.commission.percent=0 -
RBKMONEY_COMMISSION_CHARGE_TYPE_ID
rbkmoney.commission.charge.type.id=0
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Specified by:
getNamein interfaceParameterMapKey
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceParameterMapKey
-
getTitle
- Specified by:
getTitlein interfaceParameterMapKey
-
getDescription
- Specified by:
getDescriptionin interfaceParameterMapKey
-