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

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

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

import java.math.BigInteger;

final public class BoolValue {
	public static IntegerValue TRUE=new IntegerValue(BigInteger.valueOf(1));
	public static IntegerValue FALSE=new IntegerValue(BigInteger.valueOf(0));
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy