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

net.sf.xmlform.expression.NumericValue Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package net.sf.xmlform.expression;

/**
 * @author Liu Zhikun
 */

public interface NumericValue extends Value {
	public int intValue();
    public long longValue();
    public float floatValue();
    public double doubleValue();
    public byte byteValue();
    public short shortValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy