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 ConstantDescriptionlogin.unique=truemail.session.detail.notification.subject=Детализации сессий ${ACCOUNT}mail.session.detail.notification.text=Заказ детализации сессий ${ACCOUNT} выполнен.mail.session.detail.report.file.size.max=1048576mail.session.detail.report.subject=Детализации сессий ${ACCOUNT}mail.session.detail.report.text=Заказ детализации сессий ${ACCOUNT} выполнен. -
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
-
VOICE_LOGIN_UNIQUE
login.unique=true -
VOICE_MAIL_SESSION_DETAIL_REPORT_FILE_SIZE_MAX
mail.session.detail.report.file.size.max=1048576 -
VOICE_MAIL_SESSION_DETAIL_NOTIFICATION_SUBJECT
mail.session.detail.notification.subject=Детализации сессий ${ACCOUNT} -
VOICE_MAIL_SESSION_DETAIL_NOTIFICATION_TEXT
mail.session.detail.notification.text=Заказ детализации сессий ${ACCOUNT} выполнен. Файл с отчетом доступен для загрузки в ЛК -
VOICE_MAIL_SESSION_DETAIL_REPORT_SUBJECT
mail.session.detail.report.subject=Детализации сессий ${ACCOUNT} -
VOICE_MAIL_SESSION_DETAIL_REPORT_TEXT
mail.session.detail.report.text=Заказ детализации сессий ${ACCOUNT} выполнен. Файл с отчетом во вложении
-
-
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
-