|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.constants.Constants
public class Constants
Class that holds constants used in Harvest.
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 |
---|
public static final String PDS_NAMESPACE
public static final String BUNDLE
public static final String COLLECTION
public static final String LOGICAL_ID
public static final String PRODUCT_VERSION
public static final String OBJECT_TYPE
public static final String REFERENCES
public static final String TITLE
public static final String PRODUCT_GUID
public static final String VERIFIED
public static final HashMap<String,String> coreXpathsMap
public static final String IDENTIFICATION_AREA_XPATH
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |