org.mycore.common
Class MCRConstants
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 *
MCRConstants
public MCRConstants()