MarkCodeType enum

Тип штрих кода

Inheritance

Constructors

MarkCodeType()
const

Values

unknown → const MarkCodeType

код товара, формат которого не идентифицирован, как один из реквизитов

ean8 → const MarkCodeType

код товара в формате EAN-8

ean13 → const MarkCodeType

код товара в формате EAN-13

itf14 → const MarkCodeType

код товара в формате ITF-14

gs10 → const MarkCodeType

код товара в формате GS1, нанесенный на товар, не подлежащий маркировке

gs1m → const MarkCodeType

код товара в формате GS1, нанесенный на товар, подлежащий маркировке

short → const MarkCodeType

код товара в формате короткого кода маркировки, нанесенный на товар

fur → const MarkCodeType

контрольно-идентификационный знак мехового изделия

egais20 → const MarkCodeType

код товара в формате ЕГАИС-2.0

egais30 → const MarkCodeType

код товара в формате ЕГАИС-3.0

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MarkCodeType>
A constant List of the values in this enum, in order of their declaration.