Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.mangooffice.server.bean.enums.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 ConstantDescriptionapiDomenMango=apiLogin=apiPassword=bill.u.bankBic=bill_u.bankCity=bill.u.bankCorrAccount=bill.u.bankCurrentAccount=bill.u.bankName=bill.u.contactName=bill.u.contactPhone=bill.u.directorFullName=bill.u.directorFullNameGenitive=bill.u.directorTitle=bill.u.directorTitleGenitive=bill.u.inn=bill.u.kpp=bill.u.legalName=bill.u.ogrn=bill.u.personName=defaultService=-1f.contactPhone=f.creditLimit=f.email=-1f.personName=f.psptissuedby=f.psptissuedcode=f.psptissueddt=f.psptnumber=f.psptseries=ftpFileNameFormat=ftpIP=ftpLogin=ftpPassword=ftpPath=ftpSshPathKey=max.periodic.errors=10tariffs=u.actualAddress", "-1u.bankBic=u.bankCity=u.bankCorrAccount=u.bankCurrentAccount=u.bankName=u.contactName=u.contactPhone=u.creditLimit=u.directorFullName=u.directorFullNameGenitive=u.directorTitle=u.directorTitleGenitive=u.email=u.inn=u.invoiceAddress=u.kpp=u.legalAddress=u.legalName=u.ogrn=u.personName= -
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
-
API_DOMAIN_MANGO
apiDomenMango= -
API_LOGIN
apiLogin= -
API_PASSWORD
apiPassword= -
DEFAULT_SERVICE
defaultService=-1 -
U_ACTUAL_ADDRESS
u.actualAddress", "-1 -
U_CREDIT_LIMIT
u.creditLimit= -
U_LEGAL_ADDRESS
u.legalAddress= -
U_LEGAL_NAME
u.legalName= -
U_INN
u.inn= -
U_KPP
u.kpp= -
U_OGRN
u.ogrn= -
U_DIRECTOR_TITLE
u.directorTitle= -
U_DIRECTOR_TITLE_GENITIVE
u.directorTitleGenitive= -
U_DIRECTOR_FULL_NAME
u.directorFullName= -
U_DIRECTOR_FULL_NAME_GENITIVE
u.directorFullNameGenitive= -
U_BANK_NAME
u.bankName= -
U_BANK_CITY
u.bankCity= -
U_BANK_BIC
u.bankBic= -
U_BANK_CURRENT_ACCOUNT
u.bankCurrentAccount= -
U_BANK_CORR_ACCOUNT
u.bankCorrAccount= -
U_INVOICE_ADDRESS
u.invoiceAddress= -
U_EMAIL
u.email= -
U_PERSON_NAME
u.personName= -
U_CONTACT_NAME
u.contactName= -
U_CONTACT_PHONE
u.contactPhone= -
BILL_U_INN
bill.u.inn= -
BILL_U_KPP
bill.u.kpp= -
BILL_U_OGRN
bill.u.ogrn= -
BILL_U_DIRECTOR_TITLE
bill.u.directorTitle= -
BILL_U_DIRECTOR_TITLE_GENITIVE
bill.u.directorTitleGenitive= -
BILL_U_DIRECTOR_FULL_NAME
bill.u.directorFullName= -
BILL_U_DIRECTOR_FULL_NAME_GENITIVE
bill.u.directorFullNameGenitive= -
BILL_U_BANK_NAME
bill.u.bankName= -
BILL_U_BANK_CITY
bill_u.bankCity= -
BILL_U_BANK_BIC
bill.u.bankBic= -
BILL_U_BANK_CURRENT_ACCOUNT
bill.u.bankCurrentAccount= -
BILL_U_BANK_CORR_ACCOUNT
bill.u.bankCorrAccount= -
BILL_U_LEGAL_NAME
bill.u.legalName= -
BILL_U_PERSON_NAME
bill.u.personName= -
BILL_U_CONTACT_NAME
bill.u.contactName= -
BILL_U_CONTACT_PHONE
bill.u.contactPhone= -
F_EMAIL
f.email=-1 -
F_CREDIT_LIMIT
f.creditLimit= -
F_PERSON_NAME
f.personName= -
F_PSPT_SERIES
f.psptseries= -
F_PSPT_NUMBER
f.psptnumber= -
F_PSPT_ISSUED_BY
f.psptissuedby= -
F_PSPT_ISSUED_DT
f.psptissueddt= -
F_PSPT_ISSUED_CODE
f.psptissuedcode= -
F_CONTACT_PHONE
f.contactPhone= -
MAX_ERROR_PARAM
max.periodic.errors=10 -
TARIFFS
tariffs= -
FTP_IP
ftpIP= -
FTP_LOGIN
ftpLogin= -
FTP_PASSWORD
ftpPassword= -
FTP_SSH_PATH_KEY
ftpSshPathKey= -
FTP_FILE_NAME_FORMAT
ftpFileNameFormat= -
FTP_PATH
ftpPath=./
-
-
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
-