Enum MarkCodeType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum MarkCodeType
    extends Enum<MarkCodeType>
                        

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

    Author:

    Michael Babayan

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • 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 MarkCodeType valueOf(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() Код товара, формат которого не идентифицирован, как один из реквизитов
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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()

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