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 ConstantDescriptiondefault.address=drop.g.from.address=0group.mask=0param.address=0param.fullname=0param.note=0param.note.content.date=0param.replace.title.to.cid=0param.rest.greater.zero=0register.date.format=dd/MM/yyyyregister.encoding=cp866register.encoding.{1}=register.pattern=[${fio}][;${city}][,${street}][,${house}][${frac}][,${flat}][;${contractTitle}][;${summ}][;;;;${account}][:${contractId}] шаблон строки реестра по умолчаниюregister.pattern.{1}=register.summ.macros=SALDO -
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
-
GOROD_GROUP_MASK
group.mask=0 -
GOROD_PARAM_ADDRESS
param.address=0 -
GOROD_DEFAULT_ADDRESS
default.address= -
GOROD_PARAM_FULLNAME
param.fullname=0 -
GOROD_PARAM_NOTE
param.note=0 -
GOROD_PARAM_NOTE_CONTENT_DATE
param.note.content.date=0 -
GOROD_PARAM_REST_GREATER_ZERO
param.rest.greater.zero=0 -
GOROD_PARAM_REPLACE_TITLE_TO_CID
param.replace.title.to.cid=0 -
GOROD_DROP_G_FROM_ADDRESS
drop.g.from.address=0 -
GOROD_REGISTER_PATTERN
register.pattern=[${fio}][;${city}][,${street}][,${house}][${frac}][,${flat}][;${contractTitle}][;${summ}][;;;;${account}][:${contractId}] шаблон строки реестра по умолчанию -
GOROD_REGISTER_PATTERN_K1
register.pattern.{1}= -
GOROD_REGISTER_ENCODING
register.encoding=cp866 -
GOROD_REGISTER_ENCODING_K1
register.encoding.{1}= -
GOROD_REGISTER_SUM_MACROS
register.summ.macros=SALDO -
GOROD_REGISTER_DATE_FORMAT
register.date.format=dd/MM/yyyy
-
-
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
-