gov.nasa.pds.harvest.pdap.constants
Class Constants

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

public class Constants
extends Object


Field Summary
static String DATA_SET_PRODUCT_CLASS
          The data set product class.
static String LID_PREFIX
          The LID prefix for a data set.
static String PRODUCT_VERSION
          The VID in a product label.
static String RESOURCE_PREFIX
          The LID prefix for a resource.
static String RESOURCE_PRODUCT_CLASS
          The resource product class.
static String URN_ILLEGAL_CHARACTERS
           
 
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

PRODUCT_VERSION

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

See Also:
Constant Field Values

LID_PREFIX

public static final String LID_PREFIX
The LID prefix for a data set.

See Also:
Constant Field Values

RESOURCE_PREFIX

public static final String RESOURCE_PREFIX
The LID prefix for a resource.

See Also:
Constant Field Values

DATA_SET_PRODUCT_CLASS

public static final String DATA_SET_PRODUCT_CLASS
The data set product class.

See Also:
Constant Field Values

RESOURCE_PRODUCT_CLASS

public static final String RESOURCE_PRODUCT_CLASS
The resource product class.

See Also:
Constant Field Values

URN_ILLEGAL_CHARACTERS

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

Constants

public Constants()


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