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

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

There is a newer version: 2.3.0
Show 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 - 2025 Weber Informatics LLC | Privacy Policy