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

com.creativewidgetworks.expressionparser.FieldInterface Maven / Gradle / Ivy

The newest version!
package com.creativewidgetworks.expressionparser;

import java.math.BigDecimal;
import java.util.Date;

public interface FieldInterface {
    public Value getField(String name, boolean caseSensitive);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy