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

org.bidib.wizard.dmx.client.model.DmxDataIndex Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
package org.bidib.wizard.dmx.client.model;

import java.time.LocalTime;

public interface DmxDataIndex {

    /**
     * @return the position index
     */
    int getPositionIndex();

    /**
     * @return the time value (hours + minutes)
     */
    int getTimeValue();

    /**
     * @return the time
     */
    LocalTime getTime();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy