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 and Description |
|---|
MetadataEntry(PropertyValue label,
PropertyValue value) |
MetadataEntry(String label,
String value) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
getLabel() |
String |
getLabelString() |
PropertyValue |
getValue() |
String |
getValueString() |
String |
toString() |
public MetadataEntry(PropertyValue label, PropertyValue value)
public PropertyValue getLabel()
public PropertyValue getValue()
public String getLabelString()
public String getValueString()
Copyright © 2018. All rights reserved.