pops.ale.codec
Class PartitionTables

java.lang.Object
  extended by pops.ale.codec.PartitionTables

public class PartitionTables
extends java.lang.Object

Singleton containing a list of partition tables.

Author:
rdagher

Field Summary
static byte PARTITIONS_NUMBER
          Number of partitions
static byte SGLN_COMPANY_PREFIX
          SGLN_96 entryId definitions
static byte SGLN_LOCATION_REFERENCE
           
static byte SGLN_TABLE
          SGLN_96 Table definition
static byte SGTIN_COMPANY_PREFIX
          SGTIN_96 entryId definitions
static byte SGTIN_INDIC_DIGIT_ITEM_REFERENCE
           
static byte SGTIN_TABLE
          SGTIN_96 Table definition
 
Constructor Summary
protected PartitionTables()
           
 
Method Summary
static PartitionTable getPartitionTable(byte header)
          Gets the partition table of a header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARTITIONS_NUMBER

public static final byte PARTITIONS_NUMBER
Number of partitions

See Also:
Constant Field Values

SGTIN_TABLE

public static final byte SGTIN_TABLE
SGTIN_96 Table definition

See Also:
Constant Field Values

SGLN_TABLE

public static final byte SGLN_TABLE
SGLN_96 Table definition

See Also:
Constant Field Values

SGTIN_COMPANY_PREFIX

public static final byte SGTIN_COMPANY_PREFIX
SGTIN_96 entryId definitions

See Also:
Constant Field Values

SGTIN_INDIC_DIGIT_ITEM_REFERENCE

public static final byte SGTIN_INDIC_DIGIT_ITEM_REFERENCE
See Also:
Constant Field Values

SGLN_COMPANY_PREFIX

public static final byte SGLN_COMPANY_PREFIX
SGLN_96 entryId definitions

See Also:
Constant Field Values

SGLN_LOCATION_REFERENCE

public static final byte SGLN_LOCATION_REFERENCE
See Also:
Constant Field Values
Constructor Detail

PartitionTables

protected PartitionTables()
Method Detail

getPartitionTable

public static PartitionTable getPartitionTable(byte header)
Gets the partition table of a header.

Parameters:
header - SGTIN_96_TABLE or SGLN_96_TABLE
Returns:
a partition table singleton for the given header type