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
    • INVOICE_GENERATE_NEW_CHECKED

      public static final ModuleSetupKeys INVOICE_GENERATE_NEW_CHECKED
      invoice.generate.new.checked=true
    • BILL_GENERATE_NEW_CHECKED

      public static final ModuleSetupKeys BILL_GENERATE_NEW_CHECKED
      bill.generate.new.checked=true
    • BILL_MAIL_SUBJECT

      public static final ModuleSetupKeys BILL_MAIL_SUBJECT
      mail.subject=
    • BILL_MAIL_K1_SUBJECT

      public static final ModuleSetupKeys BILL_MAIL_K1_SUBJECT
      mail.{1}.subject=Документ от BGBilling ${fileName}
    • BILL_MAIL_TEXT_TYPE

      public static final ModuleSetupKeys BILL_MAIL_TEXT_TYPE
      mail.text.type=plain
    • BILL_MAIL_TEXT

      public static final ModuleSetupKeys BILL_MAIL_TEXT
      mail.text=
    • BILL_MAIL_FILENAME

      public static final ModuleSetupKeys BILL_MAIL_FILENAME
      mail.filename=${type}_${N}
    • BILL_PATTERN_SORT

      public static final ModuleSetupKeys BILL_PATTERN_SORT
      pattern.sort=contract.title ASC, number ASC
    • BILL_INLINE_PARAMS

      public static final ModuleSetupKeys BILL_INLINE_PARAMS
      inline.params=
    • BILL_INLINE_PARAM_K1_K2

      public static final ModuleSetupKeys BILL_INLINE_PARAM_K1_K2
      inline.param.{1}.{2}=
    • PREEMPT_BILL_REESTR_OVER_XSL

      public static final ModuleSetupKeys PREEMPT_BILL_REESTR_OVER_XSL
      preempt.bill.reestr.over.xsl=
    • PREEMPT_BILL_REESTR_TO_SERVER_PATH

      public static final ModuleSetupKeys PREEMPT_BILL_REESTR_TO_SERVER_PATH
      preempt.bill.reestr.to.server.path=
    • PREEMPT_INVOICE_REESTR_OVER_XSL

      public static final ModuleSetupKeys PREEMPT_INVOICE_REESTR_OVER_XSL
      preempt.invoice.reestr.over.xsl=
    • PREEMPT_INVOICE_REESTR_TO_SERVER_PATH

      public static final ModuleSetupKeys PREEMPT_INVOICE_REESTR_TO_SERVER_PATH
      preempt.invoice.reestr.to.server.path=
    • BILL_CSV_SEPARATOR

      public static final ModuleSetupKeys BILL_CSV_SEPARATOR
      csv.separator=,
    • ACT_SVERKI_XSL

      public static final ModuleSetupKeys ACT_SVERKI_XSL
      act.sverki.xsl=bill_pdf_act_sverki.xsl
    • BILL_RECONCILIATION_REPORT_INVOICE_TYPE_IDS

      public static final ModuleSetupKeys BILL_RECONCILIATION_REPORT_INVOICE_TYPE_IDS
      bill.reconciliation.report.invoice.type.ids=
    • BILL_RECONCILIATION_REPORT_PAYMENT_TYPE_IDS

      public static final ModuleSetupKeys BILL_RECONCILIATION_REPORT_PAYMENT_TYPE_IDS
      bill.reconciliation.report.payment.type.ids=
    • BILL_WEB_GENERATE_POSITION_QUANTITY

      public static final ModuleSetupKeys BILL_WEB_GENERATE_POSITION_QUANTITY
      web.bill.generate.position.quantity=0
    • BILL_WEB_ALLOWED_TYPES

      public static final ModuleSetupKeys BILL_WEB_ALLOWED_TYPES
    • BILL_ATTRIBUTES

      public static final ModuleSetupKeys BILL_ATTRIBUTES
      bill.attributes=
    • WEB_MENU_ITEM_K1

      public static final ModuleSetupKeys WEB_MENU_ITEM_K1
      web.menuItem.{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