All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.dotify.api.embosser.EmbosserFactoryProperties Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.daisy.dotify.api.embosser;

import org.daisy.dotify.api.factory.FactoryProperties;

/**
 * Extends {@link FactoryProperties} with embosser specific information.
 *
 * @author Joel Håkansson
 */
public interface EmbosserFactoryProperties extends FactoryProperties {

    /**
     * Gets the make for this embosser.
     *
     * @return returns the make
     */
    public String getMake();

    /**
     * Gets the model for this embosser.
     *
     * @return returns the model
     */
    public String getModel();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy