|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.math.RoundingModes
public class RoundingModes
Utilities to handle the rounding mode.
| Method Summary | |
|---|---|
static java.lang.String |
toString(int roundingMode)
Returns the name of the rounding mode. |
static int |
valueOf(java.lang.String name)
Returns the rounding mode of the specified name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final java.lang.String toString(int roundingMode)
public static final int valueOf(java.lang.String name)
name - the rounding mode's name. Allowed values include:
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||