
src.org.neodatis.tool.wrappers.ConstantWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neodatis-odb Show documentation
Show all versions of neodatis-odb Show documentation
The NeoDatis Object Database
package org.neodatis.tool.wrappers;
import java.math.BigDecimal;
/**
* @sharpen.ignore
* @author olivier
*
*/
public class ConstantWrapper {
public static final int ROUND_TYPE_FOR_AVERAGE_DIVISION = BigDecimal.ROUND_HALF_DOWN;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy