Enum Class ModuleSetupKeys

java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.payture.server.bean.enums.ModuleSetupKeys
All Implemented Interfaces:
Serializable, Comparable<ModuleSetupKeys>, Constable, ParameterMapKey

public enum ModuleSetupKeys extends Enum<ModuleSetupKeys> implements ParameterMapKey
  • Enum Constant Details

    • PAYTURE_KEY

      public static final ModuleSetupKeys PAYTURE_KEY
      payture.key=
    • PAYTURE_SUM_MIN

      public static final ModuleSetupKeys PAYTURE_SUM_MIN
      payture.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • PAYTURE_SUM_MAX

      public static final ModuleSetupKeys PAYTURE_SUM_MAX
      payture.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • PAYTURE_COMMENT

      public static final ModuleSetupKeys PAYTURE_COMMENT
      payture.comment=Пополнение счета по договору №{CONTRACT_TITLE}
    • PAYTURE_PASSWORD

      public static final ModuleSetupKeys PAYTURE_PASSWORD
      payture.password=
    • PAYTURE_URL_GATE

      public static final ModuleSetupKeys PAYTURE_URL_GATE
      payture.url.gate=https://sandbox.payture.com/
    • PAYTURE_URL_RETURN_OK

      public static final ModuleSetupKeys PAYTURE_URL_RETURN_OK
      payture.url.return.ok=
    • PAYTURE_URL_RETURN_NO

      public static final ModuleSetupKeys PAYTURE_URL_RETURN_NO
      payture.url.return.no=
    • PAYTURE_CHARGE_TYPE_ID

      public static final ModuleSetupKeys PAYTURE_CHARGE_TYPE_ID
      payture.charge.type.id=0
    • PAYTURE_CHARGE_COMMENT

      public static final ModuleSetupKeys PAYTURE_CHARGE_COMMENT
      payture.charge.comment=Возврат денег из платежной системы [транзакция #{TRANSACTION_ID}]
    • PAYTURE_PAYMENT_TYPE_ID

      public static final ModuleSetupKeys PAYTURE_PAYMENT_TYPE_ID
      payture.payment.type.id=0
    • PAYTURE_PAYMENT_COMMENT

      public static final ModuleSetupKeys PAYTURE_PAYMENT_COMMENT
      payture.payment.comment=Оплата через платежный сервис Payture [транзакция #{TRANSACTION_ID}]
    • PAYTURE_ADD_CONTRACT_ID

      public static final ModuleSetupKeys PAYTURE_ADD_CONTRACT_ID
      payture.add.contract.id=false
  • Method Details

    • values

      public static ModuleSetupKeys[] 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

      public static ModuleSetupKeys valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Specified by:
      getName in interface ParameterMapKey
    • getDefaultValue

      public String getDefaultValue()
      Specified by:
      getDefaultValue in interface ParameterMapKey
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface ParameterMapKey
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface ParameterMapKey