Interface ReferenceInt1

All Known Implementing Classes:
ReferenceInformationImp11

public interface ReferenceInt1
The Reference Information is here represented as an array of Identifiers, for example using differenct PID systems.
Since:
06-Sep-2021 16:27:34
Version:
1.0
Author:
David
  • Method Summary

    Modifier and Type Method Description
    Identifier[] getReferences()
    Get the array of identifiers
    void setReferences​(Identifier[] refs)
    Set the array of Identifiers which make up the Reference.
  • Method Details

    • getReferences

      Identifier[] getReferences()
      Get the array of identifiers
      Returns:
      The array of Identifiers which make up the Reference
    • setReferences

      void setReferences​(Identifier[] refs)
      Set the array of Identifiers which make up the Reference.
      Parameters:
      refs - The array of Identifiers which make up the Reference.