DLESE Tools
v1.6.0

org.dlese.dpc.schemedit
Class Constants

java.lang.Object
  extended by org.dlese.dpc.schemedit.Constants

public final class Constants
extends Object

Schemedit Constants


Field Summary
static int ASCENDING
          Used to sort in ascending order.
static String ASN_PURL_BASE
           
static int DESCENDING
          Used to sort in descending order.
static String UNKNOWN_EDITOR
           
static String UNKNOWN_USER
           
static String UNKNOWN_VALIDITY
           
static String USER_KEY
          The session scope attribute under which the User object for the currently logged in user is stored.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_KEY

public static final String USER_KEY
The session scope attribute under which the User object for the currently logged in user is stored.

See Also:
Constant Field Values

UNKNOWN_USER

public static final String UNKNOWN_USER
See Also:
Constant Field Values

UNKNOWN_VALIDITY

public static final String UNKNOWN_VALIDITY
See Also:
Constant Field Values

UNKNOWN_EDITOR

public static final String UNKNOWN_EDITOR
See Also:
Constant Field Values

ASCENDING

public static final int ASCENDING
Used to sort in ascending order.

See Also:
Constant Field Values

DESCENDING

public static final int DESCENDING
Used to sort in descending order.

See Also:
Constant Field Values

ASN_PURL_BASE

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

Constants

public Constants()

DLESE Tools
v1.6.0