- home
- Maven Release: 1.3.0-services-SNAPSHOT
- Page Generated: 2012-08-28 01:33 EDT
KualiDecimal
Description
This class is a wrapper around java.math.BigDecimal. It exposes the only the
needed functionality of BigDecimal and uses a standard SCALE of 2 and
ROUND_BEHAVIOR of BigDecimal.ROUND_HALF_UP
Members of this class are, like BigDecimal, immutable; even methods which
might be expected to change the value (like setScale, for example) actually
just return a new instance with the new value.
Structure Definition
ShortName |
Name |
Type |
Description |
Required? |
Read only? |
Cardinality |
XML Attribute? |
Implementation Notes |
negative |
Negative |
boolean |
??? |
|
|
One |
No |
positive |
Positive |
boolean |
??? |
|
|
One |
No |
zero |
Zero |
boolean |
??? |
|
|
One |
No |
nonZero |
Non Zero |
boolean |
??? |
|
|
One |
No |