Class PropertyValueGenerator
java.lang.Object
org.dspace.app.iiif.model.generator.PropertyValueGenerator
- All Implemented Interfaces:
IIIFValue
This class wraps the domain model property value annotation. The property is the type for
strings that are intended to be displayed to the user.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.digitalcollections.iiif.model.PropertyValuecreates and returns a value model.getPropertyValue(String val1) getPropertyValue(String val1, String val2)
-
Constructor Details
-
PropertyValueGenerator
public PropertyValueGenerator()
-
-
Method Details
-
getPropertyValue
-
getPropertyValue
-
generateValue
public de.digitalcollections.iiif.model.PropertyValue generateValue()Description copied from interface:IIIFValuecreates and returns a value model.- Specified by:
generateValuein interfaceIIIFValue- Returns:
- a value model.
-