JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
activate.login.param.{1}.pattern=
activate.login.param.{1}.pid=0
activate.login.param.{1}.require=0
activate.login.param.{1}.title=
activate.login.param.{1}.type=
activate.login.service.{1}.captcha.useDigist=0
activate.login.service.{1}.mid=-1
activate.login.service.{1}.patternId=-1
activate.login.service.{1}.title=
activate.login.service.{1}.use.tariff=1
dealer.findcontract.fewresults=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
SUPER_DB_DRIVER
super.db.driver=
SUPER_DB_URL
super.db.url=
SUPER_DB_USER
super.db.user=
SUPER_DB_PSWD
super.db.pswd=
SUPER_DB_MAX_ACTIVE
super.db.maxActive=
SUPER_DB_MAX_IDLE
super.db.maxIdle=
SUPER_DEALER_ID
super.dealer.id=0
SUPER_ACT_SID
super.act.sid=0
SUPER_PAY_SID
super.pay.sid=0
SUPER_PATTERN_ID
super.pattern.id=0
SUPER_PAYMENT_TYPE
super.payment.type=
DEALER_FINDCONTRACT_FEWRESULTS
dealer.findcontract.fewresults=0
DEALER_PAY_SID
dealer.pay.sid=0
DEALER_BONUS_SID
dealer.bonus.sid=0
ACTIVATE_LOGIN_SERVICE_K1_MID
activate.login.service.{1}.mid=-1
ACTIVATE_LOGIN_SERVICE_K1_PATTERN_ID
activate.login.service.{1}.patternId=-1
ACTIVATE_LOGIN_SERVICE_K1_CAPTCHA_USE_DIGIST
public static final ModuleSetupKeys ACTIVATE_LOGIN_SERVICE_K1_CAPTCHA_USE_DIGIST
activate.login.service.{1}.captcha.useDigist=0
ACTIVATE_LOGIN_SERVICE_K1_USE_TARIFF
activate.login.service.{1}.use.tariff=1
ACTIVATE_LOGIN_SERVICE_K1_TITLE
activate.login.service.{1}.title=
ACTIVATE_LOGIN_PARAM_K1_TITLE
activate.login.param.{1}.title=
ACTIVATE_LOGIN_PARAM_K1_PATTERN
activate.login.param.{1}.pattern=
ACTIVATE_LOGIN_PARAM_K1_TYPE
activate.login.param.{1}.type=
ACTIVATE_LOGIN_PARAM_K1_PID
activate.login.param.{1}.pid=0
ACTIVATE_LOGIN_PARAM_K1_REQUIRE
activate.login.param.{1}.require=0
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