JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
invoice.generate.web.visible=false
mail.send.sub.as.parent=false
use.master.connection=false
contract.inn.parameter.id=0
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
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