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

org.diirt.datasource.timecache.query.QueryParameters Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT
 * All rights reserved. Use is subject to license terms. See LICENSE.TXT
 */
package org.diirt.datasource.timecache.query;

import org.diirt.util.time.TimeRelativeInterval;

/**
 * @author Fred Arnaud (Sopra Group) - ITER
 */
public class QueryParameters {

	TimeRelativeInterval timeInterval;

	public QueryParameters timeInterval(TimeRelativeInterval timeInterval) {
		this.timeInterval = timeInterval;
		return this;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy