Package com.digimarc.dms.payload
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.
-
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 TypeMethodDescriptionint
getId()
Deprecated.getName()
Deprecated.Deprecated.Returns the enum constant of this class with the specified name.static Payload.GIAIFieldRepresentation[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
GIAI_CompanyPrefix
Deprecated.This representation has been deprecated. Company Prefix is a substring within AI 8004 (GIAI) and can be retrieved usingPayload.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.This representation has been deprecated. Asset ID is a substring within AI 8004 (GIAI) and can be retrieved usingPayload.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
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getName
Deprecated.- Specified by:
getName
in interfacePayload.Representation
-
getId
public int getId()Deprecated.- Specified by:
getId
in interfacePayload.Representation
-