Package org.apache.tika.metadata
Interface ClimateForcast
-
- All Known Implementing Classes:
Metadata
,XMPMetadata
public interface ClimateForcast
Met keys from NCAR CCSM files in the Climate Forecast Convention.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACKNOWLEDGEMENT
static String
COMMAND_LINE
static String
COMMENT
static String
CONTACT
static String
CONVENTIONS
static String
EXPERIMENT_ID
static String
HISTORY
static String
INSTITUTION
static String
MODEL_NAME_ENGLISH
static String
PROGRAM_ID
static String
PROJECT_ID
static String
REALIZATION
static String
REFERENCES
static String
SOURCE
static String
TABLE_ID
-
-
-
Field Detail
-
PROGRAM_ID
static final String PROGRAM_ID
- See Also:
- Constant Field Values
-
COMMAND_LINE
static final String COMMAND_LINE
- See Also:
- Constant Field Values
-
HISTORY
static final String HISTORY
- See Also:
- Constant Field Values
-
TABLE_ID
static final String TABLE_ID
- See Also:
- Constant Field Values
-
INSTITUTION
static final String INSTITUTION
- See Also:
- Constant Field Values
-
SOURCE
static final String SOURCE
- See Also:
- Constant Field Values
-
CONTACT
static final String CONTACT
- See Also:
- Constant Field Values
-
PROJECT_ID
static final String PROJECT_ID
- See Also:
- Constant Field Values
-
CONVENTIONS
static final String CONVENTIONS
- See Also:
- Constant Field Values
-
REFERENCES
static final String REFERENCES
- See Also:
- Constant Field Values
-
ACKNOWLEDGEMENT
static final String ACKNOWLEDGEMENT
- See Also:
- Constant Field Values
-
REALIZATION
static final String REALIZATION
- See Also:
- Constant Field Values
-
EXPERIMENT_ID
static final String EXPERIMENT_ID
- See Also:
- Constant Field Values
-
COMMENT
static final String COMMENT
- See Also:
- Constant Field Values
-
MODEL_NAME_ENGLISH
static final String MODEL_NAME_ENGLISH
- See Also:
- Constant Field Values
-
-