Class XMLDocReader.VocabUiLabelsCollection

java.lang.Object
java.util.AbstractCollection
org.dlese.dpc.index.reader.XMLDocReader.VocabUiLabelsCollection
All Implemented Interfaces:
Iterable, Collection
Enclosing class:
XMLDocReader

public final class XMLDocReader.VocabUiLabelsCollection extends AbstractCollection
A collection of user interface labels derived from vocabulary field/value IDs.
Author:
John Weatherley
  • Constructor Details

    • VocabUiLabelsCollection

      public VocabUiLabelsCollection(String fieldId, String[] valueIds, String metadataFormat)
      Constructor for the VocabUiLabelsCollection object
      Parameters:
      fieldId - A vocab field ID, for example 'gr'
      valueIds - Vocab value IDs, for example 07, 04, 05
      metadataFormat - The metadata format, for example 'adn'
  • Method Details