Enum Class Payload.GIAIFieldRepresentation

java.lang.Object
java.lang.Enum<Payload.GIAIFieldRepresentation>
com.digimarc.dms.payload.Payload.GIAIFieldRepresentation
All Implemented Interfaces:
Payload.Representation, Serializable, Comparable<Payload.GIAIFieldRepresentation>, Constable
Enclosing class:
Payload

@Deprecated public static enum Payload.GIAIFieldRepresentation extends Enum<Payload.GIAIFieldRepresentation> implements Payload.Representation
Deprecated.
This representation has been deprecated. The same data is stored in GS1 codes as AI 8004 and can be retrieved using the Payload.getGS1Data() method.

GIAIFieldRepresentation contains specialized representations for accessing data within Digimarc Barcodes containing GIAI codes.

  • Enum Constant Details

    • GIAI_CompanyPrefix

      @Deprecated public static final Payload.GIAIFieldRepresentation GIAI_CompanyPrefix
      Deprecated.
      This representation has been deprecated. Company Prefix is a substring within AI 8004 (GIAI) and can be retrieved using Payload.getGS1Data().

      GIAI Company Prefix Representation contains the company prefix from within a GIAI value. The company prefix by definition is the first 8 decimal digits from within the 17 digit GIAI code. This is valid for Digimarc Barcodes containing a GIAI value.

      Type: String

    • GIAI_AssetID

      @Deprecated public static final Payload.GIAIFieldRepresentation GIAI_AssetID
      Deprecated.
      This representation has been deprecated. Asset ID is a substring within AI 8004 (GIAI) and can be retrieved using Payload.getGS1Data().

      GIAI Asset ID Representation contains the asset ID from within a GIAI value. The asset ID by definition is the last 9 decimal digits from within the 17 digit GIAI code. This is valid for Digimarc Barcodes containing a GIAI value.

      Type: String

  • Field Details

    • mBaseName

      protected final String mBaseName
      Deprecated.
      See Also:
    • mField

      protected final String mField
      Deprecated.
    • mId

      protected final int mId
      Deprecated.
  • Method Details

    • values

      public static Payload.GIAIFieldRepresentation[] values()
      Deprecated.
      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

      public static Payload.GIAIFieldRepresentation valueOf(String name)
      Deprecated.
      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 name
      NullPointerException - if the argument is null
    • getName

      @NonNull public String getName()
      Deprecated.
      Specified by:
      getName in interface Payload.Representation
    • getId

      public int getId()
      Deprecated.
      Specified by:
      getId in interface Payload.Representation