Package org.daisy.dotify.api.formatter
Class ItemSequenceProperties
- java.lang.Object
-
- org.daisy.dotify.api.formatter.ItemSequenceProperties
-
public class ItemSequenceProperties extends Object
Defines properties specific for an item sequence.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classItemSequenceProperties.BuilderProvides a builder for creating ItemSequenceProperties instances.static classItemSequenceProperties.RangeDefines ranges.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollectionID()Gets the collection identifier.ItemSequenceProperties.RangegetRange()Gets the range of this item sequence
-
-
-
Method Detail
-
getCollectionID
public String getCollectionID()
Gets the collection identifier.- Returns:
- returns the collection identifier
-
getRange
public ItemSequenceProperties.Range getRange()
Gets the range of this item sequence- Returns:
- returns the range
-
-