JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
twpg.cert.key.store.password=
twpg.cert.path.ca.crt=cert/twpg/ca.pem
twpg.cert.path.crt=cert/twpg/POS_1_cert.pem
twpg.cert.path.key=cert/twpg/POS_1_key.pem
twpg.cert.trust.store.password=
twpg.description=Пополнение счета по договору №{CONTRACT_TITLE}
twpg.host.part.crt=cert/twpg/mpit_minbank_ru_cert.pem
twpg.pg.host=62.117.79.234
twpg.sum.max=
invalid reference
BGBaseConstants.DEFAULT_SUM_MAX
twpg.sum.min=
invalid reference
BGBaseConstants.DEFAULT_SUM_MIN
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
TWPG_SUM_MIN
twpg.sum.min=
invalid reference
BGBaseConstants.DEFAULT_SUM_MIN
TWPG_SUM_MAX
twpg.sum.max=
invalid reference
BGBaseConstants.DEFAULT_SUM_MAX
TWPG_CHARGE_TYPE_ID
twpg.charge.type.id=
TWPG_PAYMENT_TYPE_ID
twpg.payment.type.id=
TWPG_LANGUAGE
twpg.language=RU
TWPG_MERCHANT_ID
twpg.merchant.id=POS_1
TWPG_CURRENCY
twpg.currency=643
TWPG_DESCRIPTION
twpg.description=Пополнение счета по договору №{CONTRACT_TITLE}
TWPG_APPROVE_URL
twpg.approve.url=
TWPG_CANCEL_URL
twpg.cancel.url=
TWPG_DECLINE_URL
twpg.decline.url=
TWPG_ORDER_TYPE
twpg.order.type=Purchase
TWPG_PG_HOST
twpg.pg.host=62.117.79.234
TWPG_PG_PORT
twpg.pg.port=5443
TWPG_CERT_PATH_CA
twpg.cert.path.ca.crt=cert/twpg/ca.pem
TWPG_CERT_PATH_CRT
twpg.cert.path.crt=cert/twpg/POS_1_cert.pem
TWPG_CERT_PATH_KEY
twpg.cert.path.key=cert/twpg/POS_1_key.pem
TWPG_HOST_PATH_CRT
twpg.host.part.crt=cert/twpg/mpit_minbank_ru_cert.pem
TWPG_CERT_KEY_PASSWORD
twpg.cert.key.password=
TWPG_CERT_KEY_STORE_PASSWORD
twpg.cert.key.store.password=
TWPG_CERT_TRUST_STORE_PASSWORD
twpg.cert.trust.store.password=
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