Package de.digitalcollections.iiif.model
Class MetadataEntry
- java.lang.Object
-
- de.digitalcollections.iiif.model.MetadataEntry
-
public class MetadataEntry extends Object
An entry in a IIIF resource's "metadata" list.Consists of a label and a value, both of which can be multi-valued and multi-lingual (see
PropertyValue. The value should be either simple HTML, including links and text markup, or plain text, and the label should be plain text.
-
-
Constructor Summary
Constructors Constructor Description MetadataEntry(PropertyValue label, PropertyValue value)MetadataEntry(String label, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyValuegetLabel()StringgetLabelString()PropertyValuegetValue()StringgetValueString()StringtoString()
-
-
-
Constructor Detail
-
MetadataEntry
public MetadataEntry(PropertyValue label, PropertyValue value)
-
-
Method Detail
-
getLabel
public PropertyValue getLabel()
-
getValue
public PropertyValue getValue()
-
getLabelString
public String getLabelString()
-
getValueString
public String getValueString()
-
-