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

com.googlecode.mjorm.mql.Parameter Maven / Gradle / Ivy

package com.googlecode.mjorm.mql;

public interface Parameter {

	/**
	 * Returns the value of the given parameter.
	 * @return the value
	 */
	Object getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy