dk.netarkivet.harvester.datamodel.extendedfield
Class ExtendedFieldDataTypes

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

public class ExtendedFieldDataTypes
extends java.lang.Object

Constants for the available ExtendedFieldDatatypes. TODO change into an enum.


Field Summary
static int BOOLEAN
          The datatype BOOLEAN.
static int MAX_DATATYPE_VALUE
          Max datatype value.
static int MIN_DATATYPE_VALUE
          Min datatype value.
static int NOTE
          The datatype NOTE.
static int NUMBER
          The datatype NUMBER.
static int SELECT
          The datatype SELECT.
static int STRING
          The datatype STRING.
static int TIMESTAMP
          The datatype 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
The datatype STRING.

See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
The datatype BOOLEAN.

See Also:
Constant Field Values

NUMBER

public static final int NUMBER
The datatype NUMBER.

See Also:
Constant Field Values

TIMESTAMP

public static final int TIMESTAMP
The datatype TIMESTAMP.

See Also:
Constant Field Values

NOTE

public static final int NOTE
The datatype NOTE.

See Also:
Constant Field Values

SELECT

public static final int SELECT
The datatype SELECT.

See Also:
Constant Field Values

MIN_DATATYPE_VALUE

public static final int MIN_DATATYPE_VALUE
Min datatype value.

See Also:
Constant Field Values

MAX_DATATYPE_VALUE

public static final int MAX_DATATYPE_VALUE
Max datatype value.

See Also:
Constant Field Values
Constructor Detail

ExtendedFieldDataTypes

public ExtendedFieldDataTypes()