Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.simplepay.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 ConstantDescriptionsimplepay.commission.charge.type.id=0simplepay.commission.comment=Платеж через платежную систему SimplePay ( Комиссия ) [транзакция #{TRANSACTION_ID}]simplepay.commission.percent=0simplepay.commission.type=0simplepay.description=Пополнение баланса по договору №{CONTRACT_TITLE}simplepay.lifetime=86400simplepay.merchant.id=simplepay.merchant.secret.key=simplepay.outlet.id=simplepay.payment.comment=Оплата через сервис SimplePay [транзакция #{TRANSACTION_ID}]simplepay.payment.type.id=0simplepay.result.secret.key=simplepay.secret.key=simplepay.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXsimplepay.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINsimplepay.url.get.status=https://api.simplepay.pro/sp/get_statussimplepay.url.payment=https://api.simplepay.pro/sp/payment -
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
-
SIMPLEPAY_SUM_MIN
simplepay.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
SIMPLEPAY_SUM_MAX
simplepay.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
SIMPLEPAY_MERCHANT_ID
simplepay.merchant.id= -
SIMPLEPAY_OUTLET_ID
simplepay.outlet.id= -
SIMPLEPAY_LIFETIME
simplepay.lifetime=86400 -
SIMPLEPAY_SECRET_KEY
simplepay.secret.key= -
SIMPLEPAY_MERCHANT_SECRET_KEY
simplepay.merchant.secret.key= -
SIMPLEPAY_RESULT_SECRET_KEY
simplepay.result.secret.key= -
SIMPLEPAY_DESCRIPTION
simplepay.description=Пополнение баланса по договору №{CONTRACT_TITLE} -
SIMPLEPAY_URL_PAYMENT
simplepay.url.payment=https://api.simplepay.pro/sp/payment -
SIMPLEPAY_URL_GET_STATUS
simplepay.url.get.status=https://api.simplepay.pro/sp/get_status -
SIMPLEPAY_PAYMENT_TYPE_ID
simplepay.payment.type.id=0 -
SIMPLEPAY_PAYMENT_COMMENT
simplepay.payment.comment=Оплата через сервис SimplePay [транзакция #{TRANSACTION_ID}] -
SIMPLEPAY_COMMISSION_TYPE
simplepay.commission.type=0 -
SIMPLEPAY_COMMISSION_COMMENT
simplepay.commission.comment=Платеж через платежную систему SimplePay ( Комиссия ) [транзакция #{TRANSACTION_ID}] -
SIMPLEPAY_COMMISSION_PERCENT
simplepay.commission.percent=0 -
SIMPLEPAY_COMMISSION_CHARGE_TYPE_ID
simplepay.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
-