Package org.daisy.dotify.api.embosser
Interface EmbosserFactoryProperties
-
- All Superinterfaces:
FactoryProperties
- All Known Subinterfaces:
Embosser
public interface EmbosserFactoryProperties extends FactoryProperties
ExtendsFactoryProperties
with embosser specific information.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.daisy.dotify.api.factory.FactoryProperties
FactoryProperties.ComparatorBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMake()
Gets the make for this embosserString
getModel()
Gets the model for this embosser-
Methods inherited from interface org.daisy.dotify.api.factory.FactoryProperties
getDescription, getDisplayName, getIdentifier
-
-