Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.paykeeper.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 ConstantDescriptionpaykeeper.billing.name=paykeeper.fiscalization.customer.address.enable=truepaykeeper.fiscalization.customer.address.required=falsepaykeeper.fiscalization.customer.address.title=paykeeper.fiscalization.enable=paykeeper.fiscalization.receipt.name=paykeeper.fiscalization.receipt.qty=paykeeper.fiscalization.receipt.qty.measure=paykeeper.fiscalization.receipt.tax.system=paykeeper.fiscalization.receipt.tax.type=paykeeper.fiscalization.receipt.vat=paykeeper.gate.url=http://demo.paykeeper.ru/order/inline/paykeeper.payment.comment=Платеж через платежную систему PayKeeperpaykeeper.payment.type.id=0paykeeper.secret=paykeeper.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXpaykeeper.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
-
PAYKEEPER_SUM_MIN
paykeeper.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
PAYKEEPER_SUM_MAX
paykeeper.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
PAYKEEPER_BILLING_NAME
paykeeper.billing.name= -
PAYKEEPER_PAYMENT_TYPE_ID
paykeeper.payment.type.id=0 -
PAYKEEPER_PAYMENT_COMMENT
paykeeper.payment.comment=Платеж через платежную систему PayKeeper -
PAYKEEPER_SECRET
paykeeper.secret= -
PAYKEEPER_GATE_URL
paykeeper.gate.url=http://demo.paykeeper.ru/order/inline/ -
PAYKEEPER_FISCALIZATION_ENABLE
paykeeper.fiscalization.enable= -
PAYKEEPER_FISCALIZATION_RECEIPT_NAME
paykeeper.fiscalization.receipt.name= -
PAYKEEPER_FISCALIZATION_RECEIPT_QTY
paykeeper.fiscalization.receipt.qty= -
PAYKEEPER_FISCALIZATION_RECEIPT_QTY_MEASURE
paykeeper.fiscalization.receipt.qty.measure= -
PAYKEEPER_FISCALIZATION_RECEIPT_VAT
paykeeper.fiscalization.receipt.vat= -
PAYKEEPER_FISCALIZATION_RECEIPT_TAX_TYPE
paykeeper.fiscalization.receipt.tax.type= -
PAYKEEPER_FISCALIZATION_RECEIPT_TAX_SYSTEM
paykeeper.fiscalization.receipt.tax.system= -
PAYKEEPER_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
paykeeper.fiscalization.customer.address.enable=true -
PAYKEEPER_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
paykeeper.fiscalization.customer.address.title= -
PAYKEEPER_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
paykeeper.fiscalization.customer.address.required=false
-
-
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
-