Package org.hl7.fhir.utilities.json
Class JsonTrackingParser.PresentedBigDecimal
- java.lang.Object
-
- java.lang.Number
-
- java.math.BigDecimal
-
- org.hl7.fhir.utilities.json.JsonTrackingParser.PresentedBigDecimal
-
- All Implemented Interfaces:
Serializable,Comparable<BigDecimal>
- Enclosing class:
- JsonTrackingParser
public class JsonTrackingParser.PresentedBigDecimal extends BigDecimal
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Stringpresentation-
Fields inherited from class java.math.BigDecimal
ONE, ROUND_CEILING, ROUND_DOWN, ROUND_FLOOR, ROUND_HALF_DOWN, ROUND_HALF_EVEN, ROUND_HALF_UP, ROUND_UNNECESSARY, ROUND_UP, TEN, ZERO
-
-
Constructor Summary
Constructors Constructor Description PresentedBigDecimal(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPresentation()-
Methods inherited from class java.math.BigDecimal
abs, abs, add, add, byteValueExact, compareTo, divide, divide, divide, divide, divide, divide, divideAndRemainder, divideAndRemainder, divideToIntegralValue, divideToIntegralValue, doubleValue, equals, floatValue, hashCode, intValue, intValueExact, longValue, longValueExact, max, min, movePointLeft, movePointRight, multiply, multiply, negate, negate, plus, plus, pow, pow, precision, remainder, remainder, round, scale, scaleByPowerOfTen, setScale, setScale, setScale, shortValueExact, signum, sqrt, stripTrailingZeros, subtract, subtract, toBigInteger, toBigIntegerExact, toEngineeringString, toPlainString, toString, ulp, unscaledValue, valueOf, valueOf, valueOf
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Field Detail
-
presentation
public String presentation
-
-
Constructor Detail
-
PresentedBigDecimal
public PresentedBigDecimal(String value)
-
-
Method Detail
-
getPresentation
public String getPresentation()
-
-