Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.gazprombank.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 ConstantDescriptiongazprombank.account_id=gazprombank.api.uri=https://lt.pga.gazprombank.ru/api/v4/gazprombank.autopayment.enable=falsegazprombank.autopayment.mode.auto.day.sum.default=500gazprombank.autopayment.mode.auto.day.sum.max=3000gazprombank.autopayment.mode.auto.enable=falsegazprombank.autopayment.mode.auto.month.sum.default=3000gazprombank.autopayment.mode.auto.month.sum.max=10000gazprombank.autopayment.mode.auto.week.sum.default=1000gazprombank.autopayment.mode.auto.week.sum.max=5000gazprombank.autopayment.mode.default=0gazprombank.autopayment.mode.month.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_MONTH_DAY_DEFAULTgazprombank.autopayment.mode.month.enable=falsegazprombank.autopayment.mode.month.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXgazprombank.autopayment.mode.month.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINgazprombank.autopayment.mode.week.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_WEEK_DAY_DEFAULTgazprombank.autopayment.mode.week.enable=falsegazprombank.autopayment.mode.week.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXgazprombank.autopayment.mode.week.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINgazprombank.back_url_fail=gazprombank.back_url_success=gazprombank.card.enable=truegazprombank.event.worker=truegazprombank.fiscalization.customer.address.enable=truegazprombank.fiscalization.customer.address.required=falsegazprombank.fiscalization.customer.address.title=gazprombank.merchant_id=gazprombank.portal_id=gazprombank.return_url=gazprombank.sbp.enable=falsegazprombank.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXgazprombank.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
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
-
GAZPROMBANK_SUM_MIN
gazprombank.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
GAZPROMBANK_SUM_MAX
gazprombank.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
GAZPROMBANK_CARD_ENABLE
gazprombank.card.enable=true -
GAZPROMBANK_SBP_ENABLE
gazprombank.sbp.enable=false -
GAZPROMBANK_EVENT_WORKER
gazprombank.event.worker=true -
GAZPROMBANK_API_URI
gazprombank.api.uri=https://lt.pga.gazprombank.ru/api/v4/ -
GAZPROMBANK_PORTAL_ID
gazprombank.portal_id= -
GAZPROMBANK_MERCHANT_ID
gazprombank.merchant_id= -
GAZPROMBANK_ACCOUNT_ID
gazprombank.account_id= -
GAZPROMBANK_BACK_URL_FAIL
gazprombank.back_url_fail= -
GAZPROMBANK_RETURN_URL
gazprombank.return_url= -
GAZPROMBANK_BACK_URL_SUCCESS
gazprombank.back_url_success= -
GAZPROMBANK_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
gazprombank.fiscalization.customer.address.enable=true -
GAZPROMBANK_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
gazprombank.fiscalization.customer.address.title= -
GAZPROMBANK_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
gazprombank.fiscalization.customer.address.required=false -
GAZPROMBANK_AUTOPAYMENT_ENABLE
gazprombank.autopayment.enable=false -
GAZPROMBANK_AUTOPAYMENT_MODE_DEFAULT
gazprombank.autopayment.mode.default=0 -
GAZPROMBANK_AUTOPAYMENT_MODE_WEEK_ENABLE
gazprombank.autopayment.mode.week.enable=false -
GAZPROMBANK_AUTOPAYMENT_MODE_WEEK_DAY_DEFAULT
gazprombank.autopayment.mode.week.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_WEEK_DAY_DEFAULT -
GAZPROMBANK_AUTOPAYMENT_MODE_WEEK_SUM_MIN
gazprombank.autopayment.mode.week.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
GAZPROMBANK_AUTOPAYMENT_MODE_WEEK_SUM_MAX
gazprombank.autopayment.mode.week.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
GAZPROMBANK_AUTOPAYMENT_MODE_MONTH_ENABLE
gazprombank.autopayment.mode.month.enable=false -
GAZPROMBANK_AUTOPAYMENT_MODE_MONTH_DAY_DEFAULT
gazprombank.autopayment.mode.month.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_MONTH_DAY_DEFAULT -
GAZPROMBANK_AUTOPAYMENT_MODE_MONTH_SUM_MIN
gazprombank.autopayment.mode.month.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
GAZPROMBANK_AUTOPAYMENT_MODE_MONTH_SUM_MAX
gazprombank.autopayment.mode.month.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
GAZPROMBANK_AUTOPAYMENT_MODE_AUTO_ENABLE
gazprombank.autopayment.mode.auto.enable=false -
GAZPROMBANK_AUTOPAYMENT_MODE_AUTO_DAY_SUM_DEFAULT
gazprombank.autopayment.mode.auto.day.sum.default=500 -
GAZPROMBANK_AUTOPAYMENT_MODE_AUTO_DAY_SUM_MAX
gazprombank.autopayment.mode.auto.day.sum.max=3000 -
GAZPROMBANK_AUTOPAYMENT_MODE_AUTO_WEEK_SUM_DEFAULT
gazprombank.autopayment.mode.auto.week.sum.default=1000 -
GAZPROMBANK_AUTOPAYMENT_MODE_AUTO_WEEK_SUM_MAX
gazprombank.autopayment.mode.auto.week.sum.max=5000 -
GAZPROMBANK_AUTOPAYMENT_MODE_AUTO_MONTH_SUM_DEFAULT
gazprombank.autopayment.mode.auto.month.sum.default=3000 -
GAZPROMBANK_AUTOPAYMENT_MODE_AUTO_MONTH_SUM_MAX
gazprombank.autopayment.mode.auto.month.sum.max=10000
-
-
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
-