Enum Class ModuleSetupKeys

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

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

    • TWPG_KEY

      public static final ModuleSetupKeys TWPG_KEY
      twpg.key=
    • TWPG_SUM_MIN

      public static final ModuleSetupKeys TWPG_SUM_MIN
      twpg.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • TWPG_SUM_MAX

      public static final ModuleSetupKeys TWPG_SUM_MAX
      twpg.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • TWPG_COMMENT

      public static final ModuleSetupKeys TWPG_COMMENT
      twpg.comment=
    • TWPG_CHARGE_TYPE_ID

      public static final ModuleSetupKeys TWPG_CHARGE_TYPE_ID
      twpg.charge.type.id=
    • TWPG_CHARGE_COMMENT

      public static final ModuleSetupKeys TWPG_CHARGE_COMMENT
      twpg.charge.comment=
    • TWPG_PAYMENT_TYPE_ID

      public static final ModuleSetupKeys TWPG_PAYMENT_TYPE_ID
      twpg.payment.type.id=
    • TWPG_PAYMENT_COMMENT

      public static final ModuleSetupKeys TWPG_PAYMENT_COMMENT
      twpg.payment.comment=
    • TWPG_LANGUAGE

      public static final ModuleSetupKeys TWPG_LANGUAGE
      twpg.language=RU
    • TWPG_MERCHANT_ID

      public static final ModuleSetupKeys TWPG_MERCHANT_ID
      twpg.merchant.id=POS_1
    • TWPG_CURRENCY

      public static final ModuleSetupKeys TWPG_CURRENCY
      twpg.currency=643
    • TWPG_DESCRIPTION

      public static final ModuleSetupKeys TWPG_DESCRIPTION
      twpg.description=Пополнение счета по договору №{CONTRACT_TITLE}
    • TWPG_LK_URL

      public static final ModuleSetupKeys TWPG_LK_URL
      twpg.lk.url=
    • TWPG_APPROVE_URL

      public static final ModuleSetupKeys TWPG_APPROVE_URL
      twpg.approve.url=
    • TWPG_CANCEL_URL

      public static final ModuleSetupKeys TWPG_CANCEL_URL
      twpg.cancel.url=
    • TWPG_DECLINE_URL

      public static final ModuleSetupKeys TWPG_DECLINE_URL
      twpg.decline.url=
    • TWPG_ORDER_TYPE

      public static final ModuleSetupKeys TWPG_ORDER_TYPE
      twpg.order.type=Purchase
    • TWPG_PG_HOST

      public static final ModuleSetupKeys TWPG_PG_HOST
      twpg.pg.host=62.117.79.234
    • TWPG_PG_PORT

      public static final ModuleSetupKeys TWPG_PG_PORT
      twpg.pg.port=5443
    • TWPG_CERT_PATH_CA

      public static final ModuleSetupKeys TWPG_CERT_PATH_CA
      twpg.cert.path.ca.crt=cert/twpg/ca.pem
    • TWPG_CERT_PATH_CRT

      public static final ModuleSetupKeys TWPG_CERT_PATH_CRT
      twpg.cert.path.crt=cert/twpg/POS_1_cert.pem
    • TWPG_CERT_PATH_KEY

      public static final ModuleSetupKeys TWPG_CERT_PATH_KEY
      twpg.cert.path.key=cert/twpg/POS_1_key.pem
    • TWPG_HOST_PATH_CRT

      public static final ModuleSetupKeys TWPG_HOST_PATH_CRT
      twpg.host.part.crt=cert/twpg/mpit_minbank_ru_cert.pem
    • TWPG_CERT_KEY_PASSWORD

      public static final ModuleSetupKeys TWPG_CERT_KEY_PASSWORD
      twpg.cert.key.password=
    • TWPG_CERT_KEY_STORE_PASSWORD

      public static final ModuleSetupKeys TWPG_CERT_KEY_STORE_PASSWORD
      twpg.cert.key.store.password=
    • TWPG_CERT_TRUST_STORE_PASSWORD

      public static final ModuleSetupKeys TWPG_CERT_TRUST_STORE_PASSWORD
      twpg.cert.trust.store.password=
  • 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