Package info.oais.interfaces.infomodel
Interface ContextInformation
- All Superinterfaces:
- InformationObject
- All Known Implementing Classes:
- ContextInformationImpl1
public interface ContextInformation extends InformationObject
The information that documents the relationships of the Content Data Object to
 its environment. This includes why the Content Data Object was created and how
 it relates to other Content Data Objects. [OAIS]
- Since:
- 06-Sep-2021 15:59:45
- Version:
- 1.0
- Author:
- David
- 
Method SummaryMethods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
- 
Method Details- 
getStringString getString()Get the ContextInformation as a String.- Returns:
- ContextInformation as a String.
 
- 
setStringSet the String value for the ContextInformation.- Parameters:
- desc- Set the String for the ContextInformation.
 
 
-