JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
contract.status.active.codes=
contract.status.suspend.codes=
auto.recalculate.email.service.set=0
debet.npay.{1}.active.status=0
debet.npay.{1}.check.account.changed=true
debet.npay.{1}.checkServiceObjectList=true
debet.npay.{1}.locked.status=3
debet.npay.{1}.payment.active.full.month=false
debet.npay.{1}.processDependentSub=false
debet.npay.service.set=0
debet.npay.{1}.service.set=0
debet.npay.{1}.status.manage.groups=
debet.npay.{1}.status.manage.label.ids=
debet.npay.{1}.status.manage.tariff.ids=
debet.npay.{1}.status.rule=
debet.npay.{1}.unlock.balance.for.days=0
debet.npay.{1}.unlock.balance.limit=0
debet.npay.status.manage=true
npay.recalculate.detail=true
recalculate.on.service.change=0
npay.service.status.mode=matrix
web.message.contract.open.summ=Сумма необходимая для открытия договора: ${status}
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
NPAY_RECALCULATE_DETAIL
npay.recalculate.detail=true
NPAY_RECALCULATE_ON_SERVICE_CHANGE
recalculate.on.service.change=0
NPAY_WEB_MESSAGE_CONTRACT_OPEN_SUMM
web.message.contract.open.summ=Сумма необходимая для открытия договора: ${status}
NPAY_AUTO_RECALCULATE_EMAIL_SERVICE_SET
public static final ModuleSetupKeys NPAY_AUTO_RECALCULATE_EMAIL_SERVICE_SET
auto.recalculate.email.service.set=0
NPAY_DEBET_STATUS_MANAGE
debet.npay.status.manage=true
NPAY_DEBET_K1_SERVICE_SET
debet.npay.service.set=0
debet.npay.{1}.service.set=0
NPAY_DEBET_K1_UNLOCK_BALANCE_FOR_DAYS
debet.npay.{1}.unlock.balance.for.days=0
NPAY_DEBET_K1_ACTIVE_STATUS
debet.npay.{1}.active.status=0
NPAY_DEBET_K1_LOCKED_STATUS
debet.npay.{1}.locked.status=3
NPAY_DEBET_K1_STATUS_RULE
debet.npay.{1}.status.rule=
NPAY_DEBET_K1_PROCESS_DEPENDENT_SUB
debet.npay.{1}.processDependentSub=false
NPAY_DEBET_K1_CHECK_SERVICE_OBJECT_LIST
public static final ModuleSetupKeys NPAY_DEBET_K1_CHECK_SERVICE_OBJECT_LIST
debet.npay.{1}.checkServiceObjectList=true
NPAY_DEBET_K1_PAYMENT_ACTIVE_FULL_MONTH
public static final ModuleSetupKeys NPAY_DEBET_K1_PAYMENT_ACTIVE_FULL_MONTH
debet.npay.{1}.payment.active.full.month=false
NPAY_DEBET_K1_CHECK_ACCOUNT_CHANGED
debet.npay.{1}.check.account.changed=true
NPAY_DEBET_K1_UNLOCK_BALANCE_LIMIT
debet.npay.{1}.unlock.balance.limit=0
NPAY_DEBET_K1_STATUS_MANAGE_TARIFF_IDS
debet.npay.{1}.status.manage.tariff.ids=
NPAY_DEBET_K1_STATUS_MANAGE_GROUPS
debet.npay.{1}.status.manage.groups=
NPAY_DEBET_K1_STATUS_MANAGE_LABEL_IDS
debet.npay.{1}.status.manage.label.ids=
NPAY_MAX_ERROR_PARAM
max.periodic.errors=10
NPAY_DEBET_KEYS
debet.npay.keys=
NPAY_SERVICE_STATUS_MODE
npay.service.status.mode=matrix
CONTRACT_STATUS_ACTIVE_CODES
contract.status.active.codes=
CONTRACT_STATUS_SUSPEND_CODES
contract.status.suspend.codes=
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