Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.payture.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 ConstantDescriptionpayture.add.contract.id=falsepayture.charge.comment=Возврат денег из платежной системы [транзакция #{TRANSACTION_ID}]payture.charge.type.id=0payture.comment=Пополнение счета по договору №{CONTRACT_TITLE}payture.key=payture.password=payture.payment.comment=Оплата через платежный сервис Payture [транзакция #{TRANSACTION_ID}]payture.payment.type.id=0payture.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXpayture.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINpayture.url.gate=https://sandbox.payture.com/payture.url.return.no=payture.url.return.ok= -
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
-
PAYTURE_KEY
payture.key= -
PAYTURE_SUM_MIN
payture.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
PAYTURE_SUM_MAX
payture.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
PAYTURE_COMMENT
payture.comment=Пополнение счета по договору №{CONTRACT_TITLE} -
PAYTURE_PASSWORD
payture.password= -
PAYTURE_URL_GATE
payture.url.gate=https://sandbox.payture.com/ -
PAYTURE_URL_RETURN_OK
payture.url.return.ok= -
PAYTURE_URL_RETURN_NO
payture.url.return.no= -
PAYTURE_CHARGE_TYPE_ID
payture.charge.type.id=0 -
PAYTURE_CHARGE_COMMENT
payture.charge.comment=Возврат денег из платежной системы [транзакция #{TRANSACTION_ID}] -
PAYTURE_PAYMENT_TYPE_ID
payture.payment.type.id=0 -
PAYTURE_PAYMENT_COMMENT
payture.payment.comment=Оплата через платежный сервис Payture [транзакция #{TRANSACTION_ID}] -
PAYTURE_ADD_CONTRACT_ID
payture.add.contract.id=false
-
-
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
-