Enum Class ModuleSetupKeys

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

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

    • PAY

      public static final ModuleSetupKeys PAY
      pay=1
    • ADDRESS_SORT_PARAM_ID

      public static final ModuleSetupKeys ADDRESS_SORT_PARAM_ID
      address.sort.param.id=-1
    • PACKAGE_PARAM_ID

      public static final ModuleSetupKeys PACKAGE_PARAM_ID
      package.param.id=-1
    • NAME_SORT_PARAM_ID

      public static final ModuleSetupKeys NAME_SORT_PARAM_ID
      name.sort.param.id=-1
    • DOC_NUM_MODE

      public static final ModuleSetupKeys DOC_NUM_MODE
      doc.num.mode=0
    • ADD_CONTRACT

      public static final ModuleSetupKeys ADD_CONTRACT
      add.contract=0
    • MAIL_CONTRACT_PARAM

      public static final ModuleSetupKeys MAIL_CONTRACT_PARAM
      mail.contract.param=-1
    • CONTRACT_INN_PARAMETER_ID

      public static final ModuleSetupKeys CONTRACT_INN_PARAMETER_ID
      contract.inn.parameter.id=0
    • BILL_MAIL_SEND_SUB_AS_PARENT

      public static final ModuleSetupKeys BILL_MAIL_SEND_SUB_AS_PARENT
      mail.send.sub.as.parent=false
    • BILL_INVOICE_GENERATE_WEB_VISIBLE

      public static final ModuleSetupKeys BILL_INVOICE_GENERATE_WEB_VISIBLE
      invoice.generate.web.visible=false
    • BILL_USE_MASTER_CONNECTION

      public static final ModuleSetupKeys BILL_USE_MASTER_CONNECTION
      use.master.connection=false
    • BILL_NDS

      public static final ModuleSetupKeys BILL_NDS
      bill.nds=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