Enum Class KernelSetupKeys
- All Implemented Interfaces:
Serializable,Comparable<KernelSetupKeys>,Constable,ParameterMapKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionalarm.disabled=alarm.mail=alarm.send.to.log=dadata.api.key=api.enable=falserest.api.enable=falseweb.api.enable=falseauto.recalculate.email=bgsecure.check=trueclosed.date.enabled=falsecontract.account.detail.remove.day=365contract.parameter.rule.read.user=1contract.parameter.rule.write.user=1contract.tariff.master.filters=noSelect,tariffGroup:по группе тарифа,tariffGroupDefault:по группе по умолчаниюcontract.template.default.enable=trueconverter.groups.to.labels=truecustomer.properties.keys=depend.subcontract.status.change=truefile.menu=data/menu.xmlfuture.task.check.period=300independ.subcontract.status.change=falselicense.contract.password=license.contract.title=license.product.id=license.server.url=https://license.bitel.ru/licenselog.function.process=falsemail.debug=falsemail.encoding=UTF-8mail.from.email=mail.from.name=BGBilling servermail.send.log=truemail.smtp.auth=truemail.smtp.host=mail.smtp.localhost=mail.smtp.port=25mail.smtp.pswd=mail.smtp.starttls.enable=falsemail.smtp.user=multipart.max.post.size=1048576object.parameter.rule.read.user=1phones.customLengthNumber=11script.autoCommit=falsescript.timeout=600transfer.charge.type=0transfer.payment.type=0use.event.set.status.logic=falseweb.auth.contract.text.parameter=0xslt.cache=true -
Method Summary
Modifier and TypeMethodDescriptiongetName()intgetTitle()static KernelSetupKeysReturns the enum constant of this class with the specified name.static KernelSetupKeys[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALARM_DISABLED
alarm.disabled= -
ALARM_MAIL
alarm.mail= -
ALARM_SEND_TO_LOG
alarm.send.to.log= -
API_DADATA_KEY
dadata.api.key= -
API_ENABLE
api.enable=false -
API_REST_ENABLE
rest.api.enable=false -
API_WEB_ENABLE
web.api.enable=false -
AUTO_RECALCULATE_EMAIL
auto.recalculate.email= -
BGSECURE_CHECK
bgsecure.check=true -
CLOSED_DATE_ENABLED
closed.date.enabled=false -
CONTRACT_ACCOUNT_DETAIL_REMOVE_DAY
contract.account.detail.remove.day=365 -
CONTRACT_PARAMETER_RULE_READ_USER
contract.parameter.rule.read.user=1 -
CONTRACT_PARAMETER_RULE_WRITE_USER
contract.parameter.rule.write.user=1 -
CONTRACT_TARIFF_MASTER_FILTERS
contract.tariff.master.filters=noSelect,tariffGroup:по группе тарифа,tariffGroupDefault:по группе по умолчанию -
CONTRACT_TEMPLATE_DEFAULT_ENABLE
contract.template.default.enable=true -
CONVERTER_GROUPS_TO_LABELS
converter.groups.to.labels=true -
FILE_MENU
file.menu=data/menu.xml -
FUTURE_TASK_CHECK_PERIOD
future.task.check.period=300 -
LICENSE_CONTRACT_PASSWORD
license.contract.password= -
LICENSE_CONTRACT_TITLE
license.contract.title= -
LICENSE_PRODUCT_ID
license.product.id= -
LICENSE_SERVER_URL
license.server.url=https://license.bitel.ru/license -
LOG_FUNCTION_PROCESS
log.function.process=false -
MAIL_DEBUG
mail.debug=false -
MAIL_ENCODING
mail.encoding=UTF-8 -
MAIL_FROM_EMAIL
mail.from.email= -
MAIL_FROM_NAME
mail.from.name=BGBilling server -
MAIL_SEND_LOG
mail.send.log=true -
MAIL_SMTP_AUTH
mail.smtp.auth=true -
MAIL_SMTP_HOST
mail.smtp.host= -
MAIL_SMTP_LOCALHOST
mail.smtp.localhost= -
MAIL_SMTP_PORT
mail.smtp.port=25 -
MAIL_SMTP_PSWD
mail.smtp.pswd= -
MAIL_SMTP_STARTTLS_ENABLE
mail.smtp.starttls.enable=false -
MAIL_SMTP_USER
mail.smtp.user= -
MULTIPART_MAX_POST_SIZE
multipart.max.post.size=1048576 -
OBJECT_PARAMETER_RULE_READ_USER
object.parameter.rule.read.user=1 -
PHONES_CUSTOM_LENGTH_NUMBER
phones.customLengthNumber=11 -
SCRIPT_AUTO_COMMIT
script.autoCommit=false -
SCRIPT_TIMEOUT
script.timeout=600 -
TRANSFER_CHARGE_TYPE
transfer.charge.type=0 -
TRANSFER_PAYMENT_TYPE
transfer.payment.type=0 -
USE_EVENT_SET_STATUS_LOGIC
use.event.set.status.logic=false -
WEB_AUTH_CONTRACT_TEXT_PARAMETER
web.auth.contract.text.parameter=0 -
XSLT_CACHE
xslt.cache=true -
INDEPEND_SUBCONTRACT_STATUS_CHANGE
independ.subcontract.status.change=false -
DEPEND_SUBCONTRACT_STATUS_CHANGE
depend.subcontract.status.change=true -
CUSTOMER_PROPERTIES_KEYS
customer.properties.keys=
-
-
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 nameNullPointerException- if the argument is null
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceParameterMapKey
-
getDescription
- Specified by:
getDescriptionin interfaceParameterMapKey
-
getName
- Specified by:
getNamein interfaceParameterMapKey
-
getSubLevel
public int getSubLevel()- Specified by:
getSubLevelin interfaceParameterMapKey
-
getParent
- Specified by:
getParentin interfaceParameterMapKey
-
getTitle
- Specified by:
getTitlein interfaceParameterMapKey
-