JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
act.sverki.xsl=bill_pdf_act_sverki.xsl
bill.generate.new.checked=true
invoice.generate.web.visible=false
mail.filename=${type}_${N}
mail.{1}.subject=Документ от BGBilling ${fileName}
mail.send.sub.as.parent=false
pattern.sort=contract.title ASC, number ASC
bill.reconciliation.report.invoice.type.ids=
bill.reconciliation.report.payment.type.ids=
use.master.connection=false
web.bill.generate.position.quantity=0
contract.inn.parameter.id=0
invoice.generate.new.checked=true
preempt.bill.reestr.over.xsl=
preempt.bill.reestr.to.server.path=
preempt.invoice.reestr.over.xsl=
preempt.invoice.reestr.to.server.path=
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ADDRESS_SORT_PARAM_ID
address.sort.param.id=-1
PACKAGE_PARAM_ID
package.param.id=-1
NAME_SORT_PARAM_ID
name.sort.param.id=-1
DOC_NUM_MODE
doc.num.mode=0
ADD_CONTRACT
add.contract=0
MAIL_CONTRACT_PARAM
mail.contract.param=-1
CONTRACT_INN_PARAMETER_ID
contract.inn.parameter.id=0
BILL_MAIL_SEND_SUB_AS_PARENT
mail.send.sub.as.parent=false
BILL_INVOICE_GENERATE_WEB_VISIBLE
invoice.generate.web.visible=false
BILL_USE_MASTER_CONNECTION
use.master.connection=false
INVOICE_GENERATE_NEW_CHECKED
invoice.generate.new.checked=true
BILL_GENERATE_NEW_CHECKED
bill.generate.new.checked=true
BILL_MAIL_SUBJECT
mail.subject=
BILL_MAIL_K1_SUBJECT
mail.{1}.subject=Документ от BGBilling ${fileName}
BILL_MAIL_TEXT_TYPE
mail.text.type=plain
BILL_MAIL_TEXT
mail.text=
BILL_MAIL_FILENAME
mail.filename=${type}_${N}
BILL_PATTERN_SORT
pattern.sort=contract.title ASC, number ASC
BILL_INLINE_PARAMS
inline.params=
BILL_INLINE_PARAM_K1_K2
inline.param.{1}.{2}=
PREEMPT_BILL_REESTR_OVER_XSL
preempt.bill.reestr.over.xsl=
PREEMPT_BILL_REESTR_TO_SERVER_PATH
preempt.bill.reestr.to.server.path=
PREEMPT_INVOICE_REESTR_OVER_XSL
preempt.invoice.reestr.over.xsl=
PREEMPT_INVOICE_REESTR_TO_SERVER_PATH
preempt.invoice.reestr.to.server.path=
BILL_CSV_SEPARATOR
csv.separator=,
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
web.bill.generate.position.quantity=0
BILL_ATTRIBUTES
bill.attributes=
Method Details
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
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