Enum Class ModuleSetupKeys

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

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

    • WM_MODE

      public static final ModuleSetupKeys WM_MODE
      wm.mode=0
    • WM_SECRET

      public static final ModuleSetupKeys WM_SECRET
      wm.secret=
    • WM_SUM_MIN

      public static final ModuleSetupKeys WM_SUM_MIN
      wm.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • WM_SUM_MAX

      public static final ModuleSetupKeys WM_SUM_MAX
      wm.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • WM_GATE_URL

      public static final ModuleSetupKeys WM_GATE_URL
      wm.gate.url=https://merchant.webmoney.ru/lmi/payment.asp
    • WM_DIGEST_TYPE

      public static final ModuleSetupKeys WM_DIGEST_TYPE
      wm.digest.type=SHA-256
    • WM_PAYEE_PURSE

      public static final ModuleSetupKeys WM_PAYEE_PURSE
      wm.payee.purse=
    • WM_PAYMENT_DESC

      public static final ModuleSetupKeys WM_PAYMENT_DESC
      wm.payment.desc=Пополнение счета по договору №{CONTRACT_TITLE}
    • WM_PAYMENT_DESC_ENC

      public static final ModuleSetupKeys WM_PAYMENT_DESC_ENC
      wm.payment.desc.enc=UTF-8
    • WM_PAYMENT_TYPE_ID

      public static final ModuleSetupKeys WM_PAYMENT_TYPE_ID
      wm.payment.type.id=0
    • WM_PAYMENT_COMMENT

      public static final ModuleSetupKeys WM_PAYMENT_COMMENT
      wm.payment_comment=Оплата через Webmoney-Merchant (WM# ${payer_wm}, кошелек ${payer_purse}) от ${trans_time}
    • WM_RESULT_URL

      public static final ModuleSetupKeys WM_RESULT_URL
      wm.result.url=
    • WM_SUCCESS_URL

      public static final ModuleSetupKeys WM_SUCCESS_URL
      wm.success.url=
    • WM_SUCCESS_METHOD

      public static final ModuleSetupKeys WM_SUCCESS_METHOD
      wm.success.method=1
    • WM_FAIL_URL

      public static final ModuleSetupKeys WM_FAIL_URL
      wm.fail.url=
    • WM_FAIL_METHOD

      public static final ModuleSetupKeys WM_FAIL_METHOD
      wm.fail.method=1
  • 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