Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.rurupay.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 ConstantDescriptionaction_url=partner_id=0payment_comment=Оплата по дог.paymenttype=0rurupay.description=Пополнение баланса по договору №{CONTRACT_TITLE}rurupay.gate.url=https://merchant.roboxchange.com/Index.aspxrurupay.merchant.login=rurupay.merchant.password.1=rurupay.xml.method.state=rurupay.payment.comment=Оплата через платежный шлюз RuRuPay [транзакция #{TRANSACTION_ID}]rurupay.payment.type.id=rurupay.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXrurupay.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINrurupay.xml.url=secretword=service_id=0 -
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
-
RURUPAY_SUM_MIN
rurupay.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
RURUPAY_SUM_MAX
rurupay.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
RURUPAY_MERCHANT_LOGIN
rurupay.merchant.login= -
RURUPAY_MERCHANT_PASSWORD_1
rurupay.merchant.password.1= -
RURUPAY_DESCRIPTION
rurupay.description=Пополнение баланса по договору №{CONTRACT_TITLE} -
RURUPAY_GATE_URL
rurupay.gate.url=https://merchant.roboxchange.com/Index.aspx -
RURUPAY_PAYMENT_TYPE_ID
rurupay.payment.type.id= -
RURUPAY_PAYMENT_COMMENT
rurupay.payment.comment=Оплата через платежный шлюз RuRuPay [транзакция #{TRANSACTION_ID}] -
RURUPAY_XML_URL
rurupay.xml.url= -
RURUPAY_METHOD_STATE
rurupay.xml.method.state= -
PARTNER_ID
partner_id=0 -
SERVICE_ID
service_id=0 -
SECRETWORD
secretword= -
ACTION_URL
action_url= -
PAYMENTTYPE
paymenttype=0 -
PAYMENT_COMMENT
payment_comment=Оплата по дог. {$contract.getTitle} ({$contract.getComment}) через RuRu на сумму {$payment.getSum} от {$date}
-
-
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
-