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 Details

    • getString

      String getString()
      Get the ContextInformation as a String.
      Returns:
      ContextInformation as a String.
    • setString

      void setString​(String desc)
      Set the String value for the ContextInformation.
      Parameters:
      desc - Set the String for the ContextInformation.