Package org.daisy.dotify.api.writer
Class AttributeItem
- java.lang.Object
-
- org.daisy.dotify.api.writer.AttributeItem
-
public class AttributeItem extends Object
Provides an attribute key/value combination for a meta data item.
-
-
Constructor Summary
Constructors Constructor Description AttributeItem(String name, String value)
Creates a new attribute item with the supplied parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the attribute nameString
getValue()
Gets the attribute value
-