net.sf.xmlform.expression.BoolValue Maven / Gradle / Ivy
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