Package gov.nasa.pds.citool.ingestor
Class Constants
- java.lang.Object
-
- gov.nasa.pds.citool.ingestor.Constants
-
public class Constants extends Object
Class that holds constants used in ingest.- Author:
- hyunlee
-
-
Field Summary
Fields Modifier and Type Field Description static String
AFFIL_PROD
static String
CONTEXT_PROD
static String
DATASET_OBJ
static String
DS_PROD
static String
FILE_PROD
static String
GUEST_PROD
static String
HAS_DATASET
static String
HAS_FILE
static String
HAS_INST
static String
HAS_INSTHOST
static String
HAS_MISSION
static String
HAS_NODE
static String
HAS_RESOURCE
static String
HAS_TARGET
static String
HK_OBJ
static String
INST_OBJ
static String
INST_PROD
static String
INSTHOST_OBJ
static String
INSTHOST_PROD
static String
LID_PREFIX
static String
MISSION_OBJ
static String
MISSION_PROD
static Map<String,String>
pds3ToPds4Map
Mapping of PDS3 to PDS4 namesstatic String
PRODUCT_VERSION
static String
RELEASE_OBJ
static String
RESOURCE_OBJ
static String
RESOURCE_PROD
static String
TARGET_OBJ
static String
TARGET_PROD
static String
VOLUME_OBJ
static String
VOLUME_PROD
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
LID_PREFIX
public static final String LID_PREFIX
- See Also:
- Constant Field Values
-
TARGET_PROD
public static final String TARGET_PROD
- See Also:
- Constant Field Values
-
MISSION_PROD
public static final String MISSION_PROD
- See Also:
- Constant Field Values
-
INST_PROD
public static final String INST_PROD
- See Also:
- Constant Field Values
-
INSTHOST_PROD
public static final String INSTHOST_PROD
- See Also:
- Constant Field Values
-
DS_PROD
public static final String DS_PROD
- See Also:
- Constant Field Values
-
GUEST_PROD
public static final String GUEST_PROD
- See Also:
- Constant Field Values
-
AFFIL_PROD
public static final String AFFIL_PROD
- See Also:
- Constant Field Values
-
VOLUME_PROD
public static final String VOLUME_PROD
- See Also:
- Constant Field Values
-
FILE_PROD
public static final String FILE_PROD
- See Also:
- Constant Field Values
-
RESOURCE_PROD
public static final String RESOURCE_PROD
- See Also:
- Constant Field Values
-
CONTEXT_PROD
public static final String CONTEXT_PROD
- See Also:
- Constant Field Values
-
MISSION_OBJ
public static final String MISSION_OBJ
- See Also:
- Constant Field Values
-
DATASET_OBJ
public static final String DATASET_OBJ
- See Also:
- Constant Field Values
-
INST_OBJ
public static final String INST_OBJ
- See Also:
- Constant Field Values
-
INSTHOST_OBJ
public static final String INSTHOST_OBJ
- See Also:
- Constant Field Values
-
TARGET_OBJ
public static final String TARGET_OBJ
- See Also:
- Constant Field Values
-
RESOURCE_OBJ
public static final String RESOURCE_OBJ
- See Also:
- Constant Field Values
-
HK_OBJ
public static final String HK_OBJ
- See Also:
- Constant Field Values
-
RELEASE_OBJ
public static final String RELEASE_OBJ
- See Also:
- Constant Field Values
-
VOLUME_OBJ
public static final String VOLUME_OBJ
- See Also:
- Constant Field Values
-
HAS_MISSION
public static final String HAS_MISSION
- See Also:
- Constant Field Values
-
HAS_INST
public static final String HAS_INST
- See Also:
- Constant Field Values
-
HAS_INSTHOST
public static final String HAS_INSTHOST
- See Also:
- Constant Field Values
-
HAS_DATASET
public static final String HAS_DATASET
- See Also:
- Constant Field Values
-
HAS_TARGET
public static final String HAS_TARGET
- See Also:
- Constant Field Values
-
HAS_RESOURCE
public static final String HAS_RESOURCE
- See Also:
- Constant Field Values
-
HAS_FILE
public static final String HAS_FILE
- See Also:
- Constant Field Values
-
HAS_NODE
public static final String HAS_NODE
- See Also:
- Constant Field Values
-
PRODUCT_VERSION
public static final String PRODUCT_VERSION
- See Also:
- Constant Field Values
-
-