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

com.dooapp.gaedo.finders.informers.DoubleFieldInformer Maven / Gradle / Ivy

package com.dooapp.gaedo.finders.informers;

import com.dooapp.gaedo.finders.FieldInformer;
import com.dooapp.gaedo.finders.QueryExpression;
import com.dooapp.gaedo.properties.Property;

public class DoubleFieldInformer extends ComparableFieldInformer {

	public DoubleFieldInformer(Property source) {
		super(source);
	}

	@Override
	protected DoubleFieldInformer clone() {
		return new DoubleFieldInformer(source);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy