|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.BigDecimal
public class BigDecimal
A big decimal.
| Field Summary |
|---|
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
void |
$init(Object value)
Constructor. |
String |
$toLocaleString()
Returns a Locale-dependent string for this big decimal(for human's eye). |
String |
$toString()
Returns a string for this big decimal (per the original form). |
int |
getPrecision()
Returns the precision. |
void |
setPrecision(int precision)
Sets the precision |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setPrecision(int precision)
precision - the precisionpublic int getPrecision()
Default: 0
public void $init(Object value)
value - a number or a stringpublic String $toString()
$toLocaleString()
instead.
public String $toLocaleString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||