dk.netarkivet.harvester.datamodel
Class ExtendedFieldDataTypes

java.lang.Object
  extended by dk.netarkivet.harvester.datamodel.ExtendedFieldDataTypes

public class ExtendedFieldDataTypes
extends java.lang.Object


Field Summary
static int BOOLEAN
           
static int MAX
           
static int MIN
           
static int NOTE
           
static int NUMBER
           
static int SELECT
           
static int STRING
           
static int TIMESTAMP
           
 
Constructor Summary
ExtendedFieldDataTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final int STRING
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

TIMESTAMP

public static final int TIMESTAMP
See Also:
Constant Field Values

NOTE

public static final int NOTE
See Also:
Constant Field Values

SELECT

public static final int SELECT
See Also:
Constant Field Values

MIN

public static final int MIN
See Also:
Constant Field Values

MAX

public static final int MAX
See Also:
Constant Field Values
Constructor Detail

ExtendedFieldDataTypes

public ExtendedFieldDataTypes()