Package org.daisy.dotify.api.writer
Class MetaDataItem.Builder
- java.lang.Object
-
- org.daisy.dotify.api.writer.MetaDataItem.Builder
-
- Enclosing class:
- MetaDataItem
public static class MetaDataItem.Builder extends Object
Provides a meta data item builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaDataItem.Builder
attribute(AttributeItem value)
Sets the item's attribute.MetaDataItem
build()
Creates a new meta data item based on the current state of the builder.
-
-
-
Method Detail
-
attribute
public MetaDataItem.Builder attribute(AttributeItem value)
Sets the item's attribute.- Parameters:
value
- the attribute- Returns:
- returns this builder
-
build
public MetaDataItem build()
Creates a new meta data item based on the current state of the builder.- Returns:
- returns a new meta data item
-
-