| java.lang.Object |
| ↳ |
com.google.gdata.model.gd.StructuredPostalAddress.Usage |
Class Overview
The context for the address use.
Summary
| Constants |
| String |
GENERAL |
General structured postal address. |
| String |
LOCAL |
Local structured postal address. |
| Fields |
|
private
static
final
String[] |
ALL_VALUES |
Array containing all available values. |
| Public Methods |
|
static
String[]
|
values()
Returns an array of all values defined in this class.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
GENERAL
General structured postal address.
Constant Value:
"http://schemas.google.com/g/2005#general"
public
static
final
String
LOCAL
Local structured postal address.
Constant Value:
"http://schemas.google.com/g/2005#local"
Fields
private
static
final
String[]
ALL_VALUES
Array containing all available values.
Public Methods
public
static
String[]
values
()
Returns an array of all values defined in this class.