Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.alfabank.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 ConstantDescriptionalfabank.autopayment.rest.user.name=autopaymentUseralfabank.autopayment.rest.user.pswd=autopaymentPasswordalfabank.event.worker=truealfabank.payment.type.id=0alfabank.request.timeout=10000alfabank.rest.bindings.url=https://pay.alfabank.ru/payment/rest/getBindings.doalfabank.rest.currency=0alfabank.rest.language=rualfabank.rest.order.binding.url=https://pay.alfabank.ru/payment/rest/paymentOrderBinding.doalfabank.rest.order.status.url=https://pay.alfabank.ru/payment/rest/getOrderStatusExtended.doalfabank.rest.register.url=alfabank.rest.return.url=alfabank.rest.unbind.card.url=https://pay.alfabank.ru/payment/rest/unBindCard.doalfabank.rest.user.name=useralfabank.rest.user.pswd=passwordalfabank.sbp.enable=false -
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
-
PAYMENT_PAYMENT_ID
alfabank.payment.type.id=0 -
REQUEST_TIMEOUT
alfabank.request.timeout=10000 -
REST_LANGUAGE
alfabank.rest.language=ru -
SBP_ENABLE
alfabank.sbp.enable=false -
EVENT_WORKER
alfabank.event.worker=true -
REST_RETURN_URL
alfabank.rest.return.url= -
REST_CURRENCY
alfabank.rest.currency=0 -
REST_USER_NAME
alfabank.rest.user.name=user -
REST_USER_PSWD
alfabank.rest.user.pswd=password -
REST_ORDER_STATUS_URL
alfabank.rest.order.status.url=https://pay.alfabank.ru/payment/rest/getOrderStatusExtended.do -
REST_REGISTER_URL
alfabank.rest.register.url= -
REST_BINDINGS_URL
alfabank.rest.bindings.url=https://pay.alfabank.ru/payment/rest/getBindings.do -
REST_UNBIND_CARD_URL
alfabank.rest.unbind.card.url=https://pay.alfabank.ru/payment/rest/unBindCard.do -
AUTOPAYMENT_REST_USER_NAME
alfabank.autopayment.rest.user.name=autopaymentUser -
AUTOPAYMENT_REST_USER_PSWD
alfabank.autopayment.rest.user.pswd=autopaymentPassword -
REST_ORDER_BINDINGS_URL
alfabank.rest.order.binding.url=https://pay.alfabank.ru/payment/rest/paymentOrderBinding.do
-
-
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
-