org.mycore.common
Class MCRConstants

java.lang.Object
  extended by org.mycore.common.MCRConstants

public final class MCRConstants
extends Object

This class replaces the deprecated MCRDefaults interface and provides some final static fields of common use.

Version:
$Revision: 14944 $ $Date: 2009-03-18 12:19:32 +0100 (Wed, 18 Mar 2009) $
Author:
Jens Kupferschmidt, Thomas Scheffler (yagee), Stefan Freitag (sasf)

Field Summary
static DateFormat[] DATE_FORMAT
          The date format for the supported languages *
static String DEFAULT_ENCODING
          The default encoding
static Namespace DV_NAMESPACE
           
static Namespace MCR_NAMESPACE
           
static Namespace METS_NAMESPACE
           
static Namespace MODS_NAMESPACE
           
static String VERSION
          MyCoRe version
static Namespace XLINK_NAMESPACE
           
static Namespace XSI_NAMESPACE
           
static Namespace XSL_NAMESPACE
           
 
Constructor Summary
MCRConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
MyCoRe version

See Also:
Constant Field Values

XLINK_NAMESPACE

public static final Namespace XLINK_NAMESPACE

XSI_NAMESPACE

public static final Namespace XSI_NAMESPACE

XSL_NAMESPACE

public static final Namespace XSL_NAMESPACE

METS_NAMESPACE

public static final Namespace METS_NAMESPACE

DV_NAMESPACE

public static final Namespace DV_NAMESPACE

MODS_NAMESPACE

public static final Namespace MODS_NAMESPACE

MCR_NAMESPACE

public static final Namespace MCR_NAMESPACE

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
The default encoding

See Also:
Constant Field Values

DATE_FORMAT

public static DateFormat[] DATE_FORMAT
The date format for the supported languages *

Constructor Detail

MCRConstants

public MCRConstants()