Enum Class ModuleSetupKeys

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

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

    • CARD_MODULE_ID

      public static final ModuleSetupKeys CARD_MODULE_ID
      card.moduleId=0
    • PROLONGATION_PRIMARY_PRIORITY

      public static final ModuleSetupKeys PROLONGATION_PRIMARY_PRIORITY
      prolongation.primary.priority=0
    • PROLONGATION_SECONDARY_PRIORITY

      public static final ModuleSetupKeys PROLONGATION_SECONDARY_PRIORITY
      prolongation.secondary.priority=0
    • ACCOUNTING_TARIFFICATION_CHECK_PRICE

      public static final ModuleSetupKeys ACCOUNTING_TARIFFICATION_CHECK_PRICE
      accounting.tariffication.checkPrice=1
    • ACCOUNT_PASSWORD_LENGTH_MIN

      public static final ModuleSetupKeys ACCOUNT_PASSWORD_LENGTH_MIN
      account.password.length.min=0
    • ACCOUNT_PASSWORD_LENGTH_MAX

      public static final ModuleSetupKeys ACCOUNT_PASSWORD_LENGTH_MAX
      account.password.length.max=8
    • ACCOUNT_PASSWORD_CHARS

      public static final ModuleSetupKeys ACCOUNT_PASSWORD_CHARS
      account.password.chars=
      invalid reference
      PswdGen.EXTENDED_PASSWORD_CHARS
    • ACCOUNT_LOGIN_MIN

      public static final ModuleSetupKeys ACCOUNT_LOGIN_MIN
      account.login.min=1
    • ACCOUNT_LOGIN_MAX

      public static final ModuleSetupKeys ACCOUNT_LOGIN_MAX
      account.login.max=9999999
    • ACCOUNT_LOGIN_FORMAT

      public static final ModuleSetupKeys ACCOUNT_LOGIN_FORMAT
      account.login.format=
    • ACCOUNT_LOGIN_CHARS

      public static final ModuleSetupKeys ACCOUNT_LOGIN_CHARS
      account.login.chars=
      invalid reference
      PswdGen.LOGIN_CHARS_AUTO
    • SERV_PASSWORD_CHARS_DESCRIPTION

      public static final ModuleSetupKeys SERV_PASSWORD_CHARS_DESCRIPTION
      serv.password.chars.description=
    • PRODUCT_SPEC_ENTITY_SPEC_ID

      public static final ModuleSetupKeys PRODUCT_SPEC_ENTITY_SPEC_ID
      productSpec.entitySpecId=0
    • SERVICE_SPEC_ENTITY_SPEC_ID

      public static final ModuleSetupKeys SERVICE_SPEC_ENTITY_SPEC_ID
      serviceSpec.entitySpecId=0
    • TV_CHANNEL_SPEC_ENTITY_SPEC_ID

      public static final ModuleSetupKeys TV_CHANNEL_SPEC_ENTITY_SPEC_ID
      tvChannelSpec.entitySpecId=0
  • 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