JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
active.status=-1
статус договоров, абоненты в котором считаются активными
block.status=-1
статус договоров, абоненты в котором считаются заблокированными
inet.modules.ids=
список id модулей инета
mts.account.prefix=
Префикс договора, который присвает МТС для конкретного оператора
mts.tariff.options.ids=
тарифные опции в биллинге, которые относятся к мтс
tv.modules.ids=
список id модулей ТВ
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
RCMTS_AUTO_ADD_MODULE_TO_CONTRACT
add.module.auto=false=
RCMTS_DEFAULT_PAYMENT_TYPE
default.payment.type=0
RCMTS_ACTIVE_STATUS
active.status=-1
статус договоров, абоненты в котором считаются активными
RCMTS_BLOCK_STATUS
block.status=-1
статус договоров, абоненты в котором считаются заблокированными
RCMTS_FIRST_NAME
firstname.pid=
RCMTS_LAST_NAME
lastname.pid=
RCMTS_MIDDLE_NAME
middlename.pid=
RCMTS_ADDRESS_PID
address.pid=
RCMTS_ADDRESS_STRING_PID
address.string.pid=
RCMTS_MTS_TOKEN
mts.token=
RCMTS_MTS_TARIFF_OPTIONS
mts.tariff.options.ids=
тарифные опции в биллинге, которые относятся к мтс
RCMTS_MTS_ACCOUNT_PREFIX
mts.account.prefix=
Префикс договора, который присвает МТС для конкретного оператора
RCMTS_PAYMENT_METHOD
payment.method.default=
RCMTS_TV_MODULES_IDS
tv.modules.ids=
список id модулей ТВ
RCMTS_INET_MODULES_IDS
inet.modules.ids=
список id модулей инета
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