JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
account.login.chars=
invalid reference
PswdGen.LOGIN_CHARS_AUTO
account.login.max=9999999
account.password.chars=
invalid reference
PswdGen.EXTENDED_PASSWORD_CHARS
account.password.length.max=8
account.password.length.min=0
accounting.tariffication.checkPrice=1
productSpec.entitySpecId=0
prolongation.primary.priority=0
prolongation.secondary.priority=0
serv.password.chars.description=
serviceSpec.entitySpecId=0
tvChannelSpec.entitySpecId=0
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
CARD_MODULE_ID
card.moduleId=0
PROLONGATION_PRIMARY_PRIORITY
prolongation.primary.priority=0
PROLONGATION_SECONDARY_PRIORITY
prolongation.secondary.priority=0
ACCOUNTING_TARIFFICATION_CHECK_PRICE
accounting.tariffication.checkPrice=1
ACCOUNT_PASSWORD_LENGTH_MIN
account.password.length.min=0
ACCOUNT_PASSWORD_LENGTH_MAX
account.password.length.max=8
ACCOUNT_PASSWORD_CHARS
account.password.chars=
invalid reference
PswdGen.EXTENDED_PASSWORD_CHARS
ACCOUNT_LOGIN_MIN
account.login.min=1
ACCOUNT_LOGIN_MAX
account.login.max=9999999
ACCOUNT_LOGIN_CHARS
account.login.chars=
invalid reference
PswdGen.LOGIN_CHARS_AUTO
SERV_PASSWORD_CHARS_DESCRIPTION
serv.password.chars.description=
PRODUCT_SPEC_ENTITY_SPEC_ID
productSpec.entitySpecId=0
SERVICE_SPEC_ENTITY_SPEC_ID
serviceSpec.entitySpecId=0
TV_CHANNEL_SPEC_ENTITY_SPEC_ID
tvChannelSpec.entitySpecId=0
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