gov.nasa.pds.harvest.constants
Class Constants

java.lang.Object
  extended by gov.nasa.pds.harvest.constants.Constants

public class Constants
extends Object

Class that holds constants used in Harvest.

Author:
mcayanan

Field Summary
static String BUNDLE
           
static String COLLECTION
           
static HashMap<String,String> coreXpathsMap
          Holds the XPaths to the expected metadata in a product label.
static String IDENTIFICATION_AREA_XPATH
          The Identification Area XPath in a product label.
static String LOGICAL_ID
          The LID in a product label.
static String OBJECT_TYPE
          The product_class in a product label.
static String PDS_NAMESPACE
          The PDS namespace.
static String PRODUCT_GUID
          The unique identifier of a product in the registry.
static String PRODUCT_VERSION
          The VID in a product label.
static String REFERENCES
          The associations in a product label.
static String TITLE
          The title of a product label.
static String VERIFIED
          Metadata key to indicate if an association was verified.
 
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

PDS_NAMESPACE

public static final String PDS_NAMESPACE
The PDS namespace.

See Also:
Constant Field Values

BUNDLE

public static final String BUNDLE
See Also:
Constant Field Values

COLLECTION

public static final String COLLECTION
See Also:
Constant Field Values

LOGICAL_ID

public static final String LOGICAL_ID
The LID in a product label.

See Also:
Constant Field Values

PRODUCT_VERSION

public static final String PRODUCT_VERSION
The VID in a product label.

See Also:
Constant Field Values

OBJECT_TYPE

public static final String OBJECT_TYPE
The product_class in a product label.

See Also:
Constant Field Values

REFERENCES

public static final String REFERENCES
The associations in a product label.

See Also:
Constant Field Values

TITLE

public static final String TITLE
The title of a product label.

See Also:
Constant Field Values

PRODUCT_GUID

public static final String PRODUCT_GUID
The unique identifier of a product in the registry.

See Also:
Constant Field Values

VERIFIED

public static final String VERIFIED
Metadata key to indicate if an association was verified.

See Also:
Constant Field Values

coreXpathsMap

public static final HashMap<String,String> coreXpathsMap
Holds the XPaths to the expected metadata in a product label.


IDENTIFICATION_AREA_XPATH

public static final String IDENTIFICATION_AREA_XPATH
The Identification Area XPath in a product label.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2010-2011 Planetary Data System. All Rights Reserved.