Enum Class CrptUzbekMarkingCodeTemplate
java.lang.Object
java.lang.Enum<CrptUzbekMarkingCodeTemplate>
com.persequor.saga.modules.crptuzbek.model.CrptUzbekMarkingCodeTemplate
- All Implemented Interfaces:
Serializable
,Comparable<CrptUzbekMarkingCodeTemplate>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic List<CrptUzbekMarkingCodeTemplate>
findAllMatching
(CharSequence elementString) static Optional<CrptUzbekMarkingCodeTemplate>
findAnyMatching
(CharSequence elementString) static Optional<CrptUzbekMarkingCodeTemplate>
getFromTemplateId
(int templateId) int
boolean
boolean
isGs1()
boolean
static CrptUzbekMarkingCodeTemplate
Returns the enum constant of this class with the specified name.static CrptUzbekMarkingCodeTemplate[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CigaretteBundles
-
CigarettePacks
-
-
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
-
getTemplateId
public int getTemplateId() -
getPattern
-
getFromTemplateId
-
findAnyMatching
-
findAllMatching
-
isGs1
public boolean isGs1() -
isUnitLevel
public boolean isUnitLevel() -
isContainerLevel
public boolean isContainerLevel()
-