Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.vseplatezhi.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 ConstantDescriptionvseplatezhi.client.id=vseplatezhi.description=vseplatezhi.gate.url=https://pay.vseplatezhi.ru/shop/paymentvseplatezhi.payment.comment=Оплата через сервис Vseplatezhi [транзакция #]invalid reference
BGBaseConstants.PATTERN_TRANSACTION_IDvseplatezhi.payment.type.id=0vseplatezhi.shared.key=vseplatezhi.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXvseplatezhi.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
-
VSEPLATEZHI_SUM_MIN
vseplatezhi.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
VSEPLATEZHI_SUM_MAX
vseplatezhi.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
VSEPLATEZHI_CLIENT_ID
vseplatezhi.client.id= -
VSEPLATEZHI_SHARED_KEY
vseplatezhi.shared.key= -
VSEPLATEZHI_DESCRIPTION
vseplatezhi.description= -
VSEPLATEZHI_GATE_URL
vseplatezhi.gate.url=https://pay.vseplatezhi.ru/shop/payment -
VSEPLATEZHI_PAYMENT_TYPE_ID
vseplatezhi.payment.type.id=0 -
VSEPLATEZHI_PAYMENT_COMMENT
vseplatezhi.payment.comment=Оплата через сервис Vseplatezhi [транзакция #]invalid reference
BGBaseConstants.PATTERN_TRANSACTION_ID
-
-
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
-