| java.lang.Object |
| ↳ |
com.google.gdata.model.gd.PhoneNumber.Rel |
Class Overview
Programmatic value that identifies the type of phone number.
Summary
| Constants |
| String |
ASSISTANT |
Assistant's phone number. |
| String |
CALLBACK |
Callback number. |
| String |
CAR |
Car phone number. |
| String |
COMPANY_MAIN |
Company main number. |
| String |
FAX |
Fax number. |
| String |
HOME |
Home phone number. |
| String |
HOME_FAX |
Home fax number. |
| String |
ISDN |
ISDN number. |
| String |
MAIN |
Main number. |
| String |
MOBILE |
Cell phone number. |
| String |
OTHER |
Special type of number for which no other rel value makes sense. |
| String |
OTHER_FAX |
Other fax number. |
| String |
PAGER |
Pager number. |
| String |
RADIO |
Radio phone number. |
| String |
TELEX |
Telex number. |
| String |
TTY_TDD |
TTY/TDD number. |
| String |
WORK |
Work phone number. |
| String |
WORK_FAX |
Work fax number. |
| String |
WORK_MOBILE |
Work cell phone number. |
| String |
WORK_PAGER |
Work pager number. |
| 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
ASSISTANT
Assistant's phone number.
Constant Value:
"http://schemas.google.com/g/2005#assistant"
public
static
final
String
CALLBACK
Constant Value:
"http://schemas.google.com/g/2005#callback"
public
static
final
String
CAR
Constant Value:
"http://schemas.google.com/g/2005#car"
public
static
final
String
COMPANY_MAIN
Constant Value:
"http://schemas.google.com/g/2005#company_main"
public
static
final
String
FAX
Constant Value:
"http://schemas.google.com/g/2005#fax"
public
static
final
String
HOME
Constant Value:
"http://schemas.google.com/g/2005#home"
public
static
final
String
HOME_FAX
Constant Value:
"http://schemas.google.com/g/2005#home_fax"
public
static
final
String
ISDN
Constant Value:
"http://schemas.google.com/g/2005#isdn"
public
static
final
String
MAIN
Constant Value:
"http://schemas.google.com/g/2005#main"
public
static
final
String
MOBILE
Constant Value:
"http://schemas.google.com/g/2005#mobile"
public
static
final
String
OTHER
Special type of number for which no other rel value makes sense.
Constant Value:
"http://schemas.google.com/g/2005#other"
public
static
final
String
OTHER_FAX
Constant Value:
"http://schemas.google.com/g/2005#other_fax"
public
static
final
String
PAGER
Constant Value:
"http://schemas.google.com/g/2005#pager"
public
static
final
String
RADIO
Constant Value:
"http://schemas.google.com/g/2005#radio"
public
static
final
String
TELEX
Constant Value:
"http://schemas.google.com/g/2005#telex"
public
static
final
String
TTY_TDD
Constant Value:
"http://schemas.google.com/g/2005#tty_tdd"
public
static
final
String
WORK
Constant Value:
"http://schemas.google.com/g/2005#work"
public
static
final
String
WORK_FAX
Constant Value:
"http://schemas.google.com/g/2005#work_fax"
public
static
final
String
WORK_MOBILE
Constant Value:
"http://schemas.google.com/g/2005#work_mobile"
public
static
final
String
WORK_PAGER
Constant Value:
"http://schemas.google.com/g/2005#work_pager"
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.