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 class
ItemSequenceProperties.Builder
Provides a builder for creating ItemSequenceProperties instances.static class
ItemSequenceProperties.Range
Defines ranges.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCollectionID()
Gets the collection identifier.ItemSequenceProperties.Range
getRange()
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
-
-