|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.Packaging
public class Packaging
This class represents the <packaging> tag in the Checkout API.
Field Summary | |
---|---|
static Packaging |
Box
An instance of the Packaging class with value: Box. |
static Packaging |
Card
An instance of the Packaging class with value: Card. |
static Packaging |
Carrier_Box
An instance of the Packaging class with value: Carrier_Box. |
static Packaging |
Carrier_Envelope
An instance of the Packaging class with value: Carrier_Envelope. |
static Packaging |
Carrier_Pak
An instance of the Packaging class with value: Carrier_Pak. |
static Packaging |
Carrier_Tube
An instance of the Packaging class with value: Carrier_Tube. |
static Packaging |
Letter
An instance of the Packaging class with value: Letter. |
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 Packaging Box
public static final Packaging Card
public static final Packaging Carrier_Box
public static final Packaging Carrier_Envelope
public static final Packaging Carrier_Pak
public static final Packaging Carrier_Tube
public static final Packaging Letter
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 |