JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
bgbilling.webexecuter.url=
enaza.billing.url=https://billing.enaza.ru/cgi-bin/ppo/halius/ps_payments_gate.result
enaza.iframe_height=770px
enaza.lock=Вы не можете приобрести данный товар: ${desc}
enaza.redirect.url=https://billing.enaza.ru/cgi-bin/ppo/halius/ps_payments_gate.return
enaza3.contract.status.active.ids=
enaza3.scope=client_id service_id tariff_name email phone balance
enaza3.tariff.service.ids=
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
ENAZA_USE_LIMIT
enaza.use_limit=false
ENAZA_CHARGE_TYPE
enaza.charge.type=0
ENAZA_PROTOCOL_VERSION
enaza.protocol.version=2
ENAZA_LOCK
enaza.lock=Вы не можете приобрести данный товар: ${desc}
ENAZA_SECRET
enaza.secret=123456
ENAZA_PASSWORD
enaza.password=123456
ENAZA_REDIRECT
enaza.redirect=true
ENAZA_BILLING_URL
enaza.billing.url=https://billing.enaza.ru/cgi-bin/ppo/halius/ps_payments_gate.result
ENAZA_REDIRECT_URL
enaza.redirect.url=https://billing.enaza.ru/cgi-bin/ppo/halius/ps_payments_gate.return
ENAZA_PARTNER_NAME
enaza.partner.name=
ENAZA_IFRAME_WIDTH
enaza.iframe_width=770px
ENAZA_IFRAME_HEIGHT
enaza.iframe_height=770px
BGBILLING_WEBEXECUTER_URL
bgbilling.webexecuter.url=
ENAZA3_SCOPE
enaza3.scope=client_id service_id tariff_name email phone balance
ENAZA3_PASSWORD
enaza3.password=123456
ENAZA3_REGION_ID
enaza3.region.id=0
ENAZA3_PARTHER_ID
enaza3.partner.id=
ENAZA3_CODE_EXPIRE
enaza3.code.expire=5
ENAZA3_EMAIL_PARAM_ID
enaza3.email.param.id=0
ENAZA3_PHONE_PARAM_ID
enaza3.phone.param.id=0
ENAZA3_TARIFF_SERVICE_IDS
enaza3.tariff.service.ids=
ENAZA3_CONTRACT_STATUS_ACTIVE_IDS
enaza3.contract.status.active.ids=
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