Package org.dlese.dpc.vocab
Class MetadataVocabResponseMap
java.lang.Object
org.dlese.dpc.vocab.MetadataVocabResponseMap
- All Implemented Interfaces:
Serializable
Stores a list of metadata values that come from a services/indexer response,
for reproducing with OPML-defined order/groupings/labels
- Author:
- Ryan Deardorff
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
audience
-
metaFormat
-
metaVersion
-
language
-
field
-
map
-
-
Constructor Details
-
MetadataVocabResponseMap
public MetadataVocabResponseMap(String metaFormat, String metaVersion, String audience, String language, String field) Audience is a user group, i.e. "default", "community", or "cataloger"- Parameters:
metaFormat-metaVersion-audience- The new audience valuelanguage-field-
-
-
Method Details
-
setValue
Indicates a particular value in a list of response values- Parameters:
value- The new value value
-
hasValue
Has the specified value been cached in the response?- Parameters:
value-- Returns:
-