Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.robokassa.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 ConstantDescriptionrobokassa.description="Пополнение баланса по договору №{CONTRACT_TITLE}robokassa.gate.url=https://merchant.roboxchange.com/Index.aspx robokassa.gate.url=http://test.robokassa.ru/Webservice/Service.asmxrobokassa.merchant.login=robokassa.merchant.password.1=robokassa.merchant.password.2=robokassa.xml.method.state=OpStaterobokassa.payment.comment=Оплата через платежный шлюз РФИ Банка [транзакция #{TRANSACTION_ID}]robokassa.payment.type.id=0robokassa.request.read.timeout=robokassa.request.timeout=10000robokassa.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXrobokassa.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINrobokassa.xml.url=https://auth.robokassa.ru/Merchant/WebService/Service.asmx -
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
-
ROBOKASSA_REQUEST_TIMEOUT
robokassa.request.timeout=10000 -
ROBOKASSA_REQUEST_READ_TIMEOUT
robokassa.request.read.timeout= -
ROBOKASSA_SUM_MIN
robokassa.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
ROBOKASSA_SUM_MAX
robokassa.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
ROBOKASSA_MERCHANT_LOGIN
robokassa.merchant.login= -
ROBOKASSA_MERCHANT_PASSWORD_1
robokassa.merchant.password.1= -
ROBOKASSA_MERCHANT_PASSWORD_2
robokassa.merchant.password.2= -
ROBOKASSA_DESCRIPTION
robokassa.description="Пополнение баланса по договору №{CONTRACT_TITLE} -
ROBOKASSA_GATE_URL
robokassa.gate.url=https://merchant.roboxchange.com/Index.aspx robokassa.gate.url=http://test.robokassa.ru/Webservice/Service.asmx -
ROBOKASSA_PAYMENT_TYPE_ID
robokassa.payment.type.id=0 -
ROBOKASSA_PAYMENT_COMMENT
robokassa.payment.comment=Оплата через платежный шлюз РФИ Банка [транзакция #{TRANSACTION_ID}] -
ROBOKASSA_XML_URL
robokassa.xml.url=https://auth.robokassa.ru/Merchant/WebService/Service.asmx -
ROBOKASSA_METHOD_STATE
robokassa.xml.method.state=OpState
-
-
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
-