DLESE Tools
v1.6.0

org.dlese.dpc.oai
Class OAICodes

java.lang.Object
  extended by org.dlese.dpc.oai.OAICodes

public final class OAICodes
extends Object

This class contains constants that are used throughout the OAI application.

Author:
John Weatherley

Field Summary
static String BAD_ARGUMENT
           
static String BAD_RESUMPTION_TOKEN
           
static String BAD_VERB
           
static String CANNOT_DISSEMINATE_FORMAT
           
static String ID_DOES_NOT_EXIST
           
static String NO_METADATA_FORMATS
           
static String NO_RECORDS_MATCH
           
static String NO_SET_HIERARCHY
           
 
Constructor Summary
OAICodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAD_ARGUMENT

public static final String BAD_ARGUMENT
See Also:
Constant Field Values

BAD_RESUMPTION_TOKEN

public static final String BAD_RESUMPTION_TOKEN
See Also:
Constant Field Values

BAD_VERB

public static final String BAD_VERB
See Also:
Constant Field Values

CANNOT_DISSEMINATE_FORMAT

public static final String CANNOT_DISSEMINATE_FORMAT
See Also:
Constant Field Values

ID_DOES_NOT_EXIST

public static final String ID_DOES_NOT_EXIST
See Also:
Constant Field Values

NO_RECORDS_MATCH

public static final String NO_RECORDS_MATCH
See Also:
Constant Field Values

NO_METADATA_FORMATS

public static final String NO_METADATA_FORMATS
See Also:
Constant Field Values

NO_SET_HIERARCHY

public static final String NO_SET_HIERARCHY
See Also:
Constant Field Values
Constructor Detail

OAICodes

public OAICodes()

DLESE Tools
v1.6.0