Enum Class ModuleSetupKeys

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

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

    • RCMTS_AUTO_ADD_MODULE_TO_CONTRACT

      public static final ModuleSetupKeys RCMTS_AUTO_ADD_MODULE_TO_CONTRACT
      add.module.auto=false=
    • RCMTS_DEFAULT_PAYMENT_TYPE

      public static final ModuleSetupKeys RCMTS_DEFAULT_PAYMENT_TYPE
      default.payment.type=0
    • RCMTS_ACTIVE_STATUS

      public static final ModuleSetupKeys RCMTS_ACTIVE_STATUS
      active.status=-1 статус договоров, абоненты в котором считаются активными
    • RCMTS_BLOCK_STATUS

      public static final ModuleSetupKeys RCMTS_BLOCK_STATUS
      block.status=-1 статус договоров, абоненты в котором считаются заблокированными
    • RCMTS_FIO

      public static final ModuleSetupKeys RCMTS_FIO
      fio.pid=
    • RCMTS_FIRST_NAME

      public static final ModuleSetupKeys RCMTS_FIRST_NAME
      firstname.pid=
    • RCMTS_LAST_NAME

      public static final ModuleSetupKeys RCMTS_LAST_NAME
      lastname.pid=
    • RCMTS_MIDDLE_NAME

      public static final ModuleSetupKeys RCMTS_MIDDLE_NAME
      middlename.pid=
    • RCMTS_ADDRESS_PID

      public static final ModuleSetupKeys RCMTS_ADDRESS_PID
      address.pid=
    • RCMTS_ADDRESS_STRING_PID

      public static final ModuleSetupKeys RCMTS_ADDRESS_STRING_PID
      address.string.pid=
    • RCMTS_MTS_TOKEN

      public static final ModuleSetupKeys RCMTS_MTS_TOKEN
      mts.token=
    • RCMTS_MTS_TARIFF_OPTIONS

      public static final ModuleSetupKeys RCMTS_MTS_TARIFF_OPTIONS
      mts.tariff.options.ids= тарифные опции в биллинге, которые относятся к мтс
    • RCMTS_MTS_ACCOUNT_PREFIX

      public static final ModuleSetupKeys RCMTS_MTS_ACCOUNT_PREFIX
      mts.account.prefix= Префикс договора, который присвает МТС для конкретного оператора
    • RCMTS_PAYMENT_METHOD

      public static final ModuleSetupKeys RCMTS_PAYMENT_METHOD
      payment.method.default=
    • RCMTS_TV_MODULES_IDS

      public static final ModuleSetupKeys RCMTS_TV_MODULES_IDS
      tv.modules.ids= список id модулей ТВ
    • RCMTS_INET_MODULES_IDS

      public static final ModuleSetupKeys RCMTS_INET_MODULES_IDS
      inet.modules.ids= список id модулей инета
  • 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