dk.netarkivet.harvester.datamodel.extendedfield
Class ExtendedFieldTypes

java.lang.Object
  extended by dk.netarkivet.harvester.datamodel.extendedfield.ExtendedFieldTypes

public final class ExtendedFieldTypes
extends java.lang.Object

Class declaring constants for ExtendedFieldTypes and their corresponding table-names. There are two kinds of extended fields: extendedfields for domains, and extendedfields for harvestdefinitions. TODO change into an enum class instead.


Field Summary
static int DOMAIN
          constant representing extendedfields for domains.
static int HARVESTDEFINITION
          constant representing extendedfields for harvestdefinitions.
protected static java.lang.String[] tableNames
          arrays representing the two different types, and which database table they are associated with.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static final int DOMAIN
constant representing extendedfields for domains.

See Also:
Constant Field Values

HARVESTDEFINITION

public static final int HARVESTDEFINITION
constant representing extendedfields for harvestdefinitions.

See Also:
Constant Field Values

tableNames

protected static java.lang.String[] tableNames
arrays representing the two different types, and which database table they are associated with. used for testing.