Enum Class ModuleSetupKeys
- All Implemented Interfaces:
Serializable,Comparable<ModuleSetupKeys>,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 ConstantDescriptioncontract.status.active.codes=contract.status.suspend.codes=csv.separator=;access.inetReload.reloadConnections=0account.login.class=account.password.class=accounting.application.ids=accounting.deviceTypeIds=accounting.accountingEventFix=trueaccounting.period.activation.mode=falseaccounting.process.logs.timezone=accounting.tariffication.checkPrice=1accounting.trafficRangeFix=truecontractRuntimeMap.prefetch=falseconnection.checkDuplicate=falsedhcp.findDeviceBySocketAddress=truedhcp.overrideRelayDeviceId=0dhcp.renew=falsedhcp.skipUnknownDevices=falsedhcp.xid=trueerror.code.{1}=nas.radius.legacy.fix=falseradius.forward.access.answer=radius.forward.access.request=radius.forward.accounting.response=radius.forward.after.preprocess=radius.forward.after.process=radius.listener.autoCommit=requestLog.request.timeout=30sa.load.wait=180serv.disableOnTariffError=falseserv.login.chars=01234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzserv.login.chars.description=serv.login.class=serv.login.max=invalid reference
Integer.MAX_VALUEserv.login.min=1serv.password.chars=invalid reference
PswdGen.EXTENDED_PASSWORD_CHARSserv.password.chars.auto=invalid reference
PswdGen.EXTENDED_PASSWORD_CHARS_AUTOserv.password.chars.description=serv.password.length.auto=6serv.password.length.max=16serv.password.length.min=0inetServRuntimeMap.load.batchCount=3000inetServRuntimeMap.load.threadCount=6session.flushing.profile.query=tariffication.tariff.label.{1}.title=wrap.contract.finish.current.sessions=false -
Method Summary
Modifier and TypeMethodDescriptiongetName()getTitle()static ModuleSetupKeysReturns the enum constant of this class with the specified name.static ModuleSetupKeys[]values()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, valueOfMethods inherited from interface ru.bitel.common.ParameterMapKey
getParent, getSubLevel
-
Enum Constant Details
-
CSV_SEPARATOR
csv.separator=; -
INET_ERROR_CODE_K1
error.code.{1}= -
INET_WRAP_CONTRACT_FINISH_CURRENT_SESSIONS
wrap.contract.finish.current.sessions=false -
INET_RADIUS_FORWARD_AFTER_PREPROCESS
radius.forward.after.preprocess= -
INET_RADIUS_FORWARD_AFTER_PROCESS
radius.forward.after.process= -
INET_RADIUS_FORWARD_ACCESS_REQUEST
radius.forward.access.request= -
INET_RADIUS_FORWARD_ACCESS_ANSWER
radius.forward.access.answer= -
INET_RADIUS_FORWARD_ACCOUNTING_RESPONSE
radius.forward.accounting.response= -
INET_ACCOUNTING_EVENT_FIX
accounting.accountingEventFix=true -
INET_ACCOUNTING_APPLICATION_IDS
accounting.application.ids= -
INET_ACCOUNTING_TRAFFIC_RANGE_FIX
accounting.trafficRangeFix=true -
INET_ACCOUNTING_PROCESS_LOGS_TIMEZONE
accounting.process.logs.timezone= -
INET_SA_LOAD_WAIT
sa.load.wait=180 -
INET_NAS_RADIUS_LEGASY_FIX
nas.radius.legacy.fix=false -
INET_DHCP_RENEW
dhcp.renew=false -
INET_DHCP_XID
dhcp.xid=true -
INET_DHCP_SKIP_UNKNOWN_DEVICES
dhcp.skipUnknownDevices=false -
INET_DHCP_FIND_DEVICE_BY_SOCKET_ADDRESS
dhcp.findDeviceBySocketAddress=true -
INET_DHCP_OVERRIDE_RELAY_DEVICE_ID
dhcp.overrideRelayDeviceId=0 -
INET_SERV_RUNTIME_MAP_LOAD_THREAD_COUNT
inetServRuntimeMap.load.threadCount=6 -
INET_SERV_RUNTIME_MAP_LOAD_BATCH_COUNT
inetServRuntimeMap.load.batchCount=3000 -
INET_CONTRACT_RUNTIME_MAP_PREFETCH
contractRuntimeMap.prefetch=false -
INET_ACCOUNTING_TARIFFICATION_CHECK_PRICE
accounting.tariffication.checkPrice=1 -
INET_ACCOUNTING_PERIOD_ACTIVATION_MODE
accounting.period.activation.mode=false -
INET_ACCOUNTING_DEVICE_TYPE_IDS
accounting.deviceTypeIds= -
INET_SERV_DISABLE_ON_TARIFF_ERROR
serv.disableOnTariffError=false -
INET_SERV_LOGIN_CLASS
serv.login.class= -
INET_SERV_LOGIN_CHARS
serv.login.chars=01234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -
INET_SERV_LOGIN_CHARS_DESCRIPTION
serv.login.chars.description= -
INET_SERV_PASSWORD_LENGTH_MIN
serv.password.length.min=0 -
INET_SERV_PASSWORD_LENGTH_MAX
serv.password.length.max=16 -
INET_SERV_PASSWORD_CHARS
serv.password.chars=invalid reference
PswdGen.EXTENDED_PASSWORD_CHARS -
INET_SERV_PASSWORD_CHARS_DESCRIPTION
serv.password.chars.description= -
INET_SERV_PASSWORD_LENGTH_AUTO
serv.password.length.auto=6 -
INET_SERV_PASSWORD_CHARS_AUTO
serv.password.chars.auto=invalid reference
PswdGen.EXTENDED_PASSWORD_CHARS_AUTO -
INET_ACCOUNT_LOGIN_CLASS
account.login.class= -
INET_ACCOUNT_PASSWORD_CLASS
account.password.class= -
INET_REQUEST_LOG_TIMEOUT
requestLog.request.timeout=30 -
INET_SERV_LOGIN_MIN
serv.login.min=1 -
INET_SERV_LOGIN_MAX
serv.login.max=invalid reference
Integer.MAX_VALUE -
INET_ACCESS_RELOAD_CONNECTIONS
access.inetReload.reloadConnections=0 -
INET_COONECTION_CHECK_DUPLICATE
connection.checkDuplicate=false -
INET_RADIUS_LISTENER_AUTO_COMMIT
radius.listener.autoCommit= -
INET_TARIFFICATION_TARIFF_LABEL_K1_TITLE
tariffication.tariff.label.{1}.title= -
INET_SESSION_FLUSHING_PROFILE_QUERY
session.flushing.profile.query= -
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 nameNullPointerException- if the argument is null
-
getName
- Specified by:
getNamein interfaceParameterMapKey
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceParameterMapKey
-
getTitle
- Specified by:
getTitlein interfaceParameterMapKey
-
getDescription
- Specified by:
getDescriptionin interfaceParameterMapKey
-