|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.RoundingMode
public class RoundingMode
This class represents the <rounding-policy> <mode> in the Checkout API.
Field Summary | |
---|---|
static RoundingMode |
CEILING
An instance of the RoundingMode class with mode: CEILING. |
static RoundingMode |
DOWN
An instance of the RoundingMode class with mode: DOWN. |
static RoundingMode |
FLOOR
An instance of the RoundingMode class with mode: FLOOR. |
static RoundingMode |
HALF_DOWN
An instance of the RoundingMode class with mode: HALF_DOWN. |
static RoundingMode |
HALF_EVEN
An instance of the RoundingMode class with mode: HALF_EVEN. |
static RoundingMode |
HALF_UP
An instance of the RoundingMode class with mode: HALF_UP. |
static RoundingMode |
UNNECESSARY
An instance of the RoundingMode class with mode: UNNECESSARY. |
static RoundingMode |
UP
An instance of the RoundingMode class with mode: UP. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RoundingMode CEILING
public static final RoundingMode DOWN
public static final RoundingMode FLOOR
public static final RoundingMode HALF_DOWN
public static final RoundingMode HALF_EVEN
public static final RoundingMode HALF_UP
public static final RoundingMode UNNECESSARY
public static final RoundingMode UP
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |