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

de.mklinger.qetcher.client.model.v1.AvailableConversion Maven / Gradle / Ivy

The newest version!
package de.mklinger.qetcher.client.model.v1;

import java.util.List;

/**
 * @author Marc Klinger - mklinger[at]mklinger[dot]de
 */
public interface AvailableConversion {
	List getAvailabilities();
	Conversion getConversion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy