Enum MarkCodeType
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MarkCodeType extends Enum<MarkCodeType>
Код товара, формат которого не идентифицирован, как один из реквизитов
Michael Babayan
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<MarkCodeType>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNКод товара, формат которого не идентифицирован, как один из реквизитов.
EAN8Код товара в формате EAN-8.
EAN13Код товара в формате EAN-13.
ITF14Код товара в формате ITF-14.
GS10Код товара в формате GS1, нанесенный на товар, не подлежащий маркировке средствами идентификации.
GS1MКод товара в формате GS1, нанесенный на товар, подлежащий маркировке средствами идентификации.
SHORTКод товара в формате короткого кода маркировки, нанесенный на товар, подлежащий маркировке средствами идентификации.
FURКонтрольно-идентификационный знак мехового изделия.
EGAIS20Код товара в формате ЕГАИС-2.0.
EGAIS30Код товара в формате ЕГАИС-3.0.
-
Method Summary
Modifier and Type Method Description final MarkCodeTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<MarkCodeType>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<MarkCodeType>getEntries()Код товара, формат которого не идентифицирован, как один из реквизитов -
-
Method Detail
-
valueOf
final MarkCodeType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<MarkCodeType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<MarkCodeType> getEntries()
Код товара, формат которого не идентифицирован, как один из реквизитов
-
-
-
-