Package com.walkfares.odsl.conversion
Class Precision
java.lang.Object
com.walkfares.odsl.conversion.Precision
public class Precision extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)Stringformat(String value)BigDecimalgetPreciseNumber(String value)RoundingModegetRoundingMode()intgetScale()inthashCode()booleanisStore()booleanisUseDefault()PrecisionsetRoundingMode(String mode)PrecisionsetScale(int scale)PrecisionsetStore(boolean store)PrecisionsetUseDefault(boolean useDefault)
-
Constructor Details
-
Method Details
-
getRoundingMode
-
setRoundingMode
-
getScale
public int getScale() -
setScale
-
isUseDefault
public boolean isUseDefault() -
setUseDefault
-
isStore
public boolean isStore() -
setStore
-
format
-
getPreciseNumber
-
equals
-
hashCode
public int hashCode()
-