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();
}
package com.googlecode.mjorm.mql;
public interface Parameter {
/**
* Returns the value of the given parameter.
* @return the value
*/
Object getValue();
}