Interface PDSCoreMetKeys
-
- All Known Implementing Classes:
CoreXPaths
public interface PDSCoreMetKeys
Core PDS metadata keys- Author:
- mcayanan
-
-
Field Summary
Fields Modifier and Type Field Description static String
LOGICAL_ID
static String
OBJECT_TYPE
static String
PRODUCT_VERSION
static String
REFERENCES
static String
TITLE
-
-
-
Field Detail
-
LOGICAL_ID
static final String LOGICAL_ID
- See Also:
- Constant Field Values
-
PRODUCT_VERSION
static final String PRODUCT_VERSION
- See Also:
- Constant Field Values
-
OBJECT_TYPE
static final String OBJECT_TYPE
- See Also:
- Constant Field Values
-
REFERENCES
static final String REFERENCES
- See Also:
- Constant Field Values
-
TITLE
static final String TITLE
- See Also:
- Constant Field Values
-
-