fedora.common
Interface Constants


public interface Constants

Constants of general utility. -----------------------------------------------------------------------------

License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/.

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.

The entire file consists of original code. Copyright © 2002-2005 by The Rector and Visitors of the University of Virginia and Cornell University. All rights reserved.

-----------------------------------------------------------------------------


Field Summary
static DublinCoreNamespace DC
           
static FedoraNamespace FEDORA
           
static PID FEDORA_SYSTEM_DEF_PID
          The PID of the Fedora system definition object.
static java.lang.String FEDORA_SYSTEM_DEF_URI
           
static FedoraModelNamespace MODEL
           
static RDFSyntaxNamespace RDF
           
static FedoraRelsExtNamespace RELS_EXT
           
static FedoraViewNamespace VIEW
           
static XSDNamespace XSD
           
 

Field Detail

FEDORA

public static final FedoraNamespace FEDORA

FEDORA_SYSTEM_DEF_PID

public static final PID FEDORA_SYSTEM_DEF_PID
The PID of the Fedora system definition object.


FEDORA_SYSTEM_DEF_URI

public static final java.lang.String FEDORA_SYSTEM_DEF_URI

DC

public static final DublinCoreNamespace DC

MODEL

public static final FedoraModelNamespace MODEL

RELS_EXT

public static final FedoraRelsExtNamespace RELS_EXT

RDF

public static final RDFSyntaxNamespace RDF

VIEW

public static final FedoraViewNamespace VIEW

XSD

public static final XSDNamespace XSD