Enum Class GetEdoIdSettings.GetEdoIdSettingsMode
java.lang.Object
java.lang.Enum<GetEdoIdSettings.GetEdoIdSettingsMode>
ru.bitel.bgbilling.plugins.edo.common.bean.GetEdoIdSettings.GetEdoIdSettingsMode
- All Implemented Interfaces:
Serializable,Comparable<GetEdoIdSettings.GetEdoIdSettingsMode>,Constable
- Enclosing class:
GetEdoIdSettings
public static enum GetEdoIdSettings.GetEdoIdSettingsMode
extends Enum<GetEdoIdSettings.GetEdoIdSettingsMode>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfindByDbcode(int dbcode) получение по dbcode енума или дефолтный DEFAULT вернёт если косякbooleanтребует ли режим присутствия ContragentInfos, просто метод общий вместо кучи проверок по коду на ==Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DISABLE
-
MANUAL
-
DEFAULT
-
SPECIFIED
-
-
Field Details
-
dbcode
public int dbcode -
title
-
-
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
-
findByDbcode
получение по dbcode енума или дефолтный DEFAULT вернёт если косяк -
isInfoRequired
public boolean isInfoRequired()требует ли режим присутствия ContragentInfos, просто метод общий вместо кучи проверок по коду на ==
-