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 SummaryModifier and Type Method Description Identifier[]getReferences()Get the array of identifiersvoidsetReferences(Identifier[] refs)Set the array of Identifiers which make up the Reference.
- 
Method Details- 
getReferencesIdentifier[] getReferences()Get the array of identifiers- Returns:
- The array of Identifiers which make up the Reference
 
- 
setReferencesSet the array of Identifiers which make up the Reference.- Parameters:
- refs- The array of Identifiers which make up the Reference.
 
 
-