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 Summary
Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Method Details
-
getString
String getString()Get the ContextInformation as a String.- Returns:
- ContextInformation as a String.
-
setString
Set the String value for the ContextInformation.- Parameters:
desc
- Set the String for the ContextInformation.
-