com.google.gdata.model.gd
Class StructuredPostalAddress.Usage

java.lang.Object
  extended by com.google.gdata.model.gd.StructuredPostalAddress.Usage
Enclosing class:
StructuredPostalAddress

public static final class StructuredPostalAddress.Usage
extends java.lang.Object

The context for the address use.


Field Summary
static java.lang.String GENERAL
          General structured postal address.
static java.lang.String LOCAL
          Local structured postal address.
 
Method Summary
static java.lang.String[] values()
          Returns an array of all values defined in this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERAL

public static final java.lang.String GENERAL
General structured postal address.

See Also:
Constant Field Values

LOCAL

public static final java.lang.String LOCAL
Local structured postal address.

See Also:
Constant Field Values
Method Detail

values

public static java.lang.String[] values()
Returns an array of all values defined in this class.