public static final class

PhoneNumber.Rel

extends Object
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

Constants

public static final String ASSISTANT

Assistant's phone number.

Constant Value: "http://schemas.google.com/g/2005#assistant"

public static final String CALLBACK

Callback number.

Constant Value: "http://schemas.google.com/g/2005#callback"

public static final String CAR

Car phone number.

Constant Value: "http://schemas.google.com/g/2005#car"

public static final String COMPANY_MAIN

Company main number.

Constant Value: "http://schemas.google.com/g/2005#company_main"

public static final String FAX

Fax number.

Constant Value: "http://schemas.google.com/g/2005#fax"

public static final String HOME

Home phone number.

Constant Value: "http://schemas.google.com/g/2005#home"

public static final String HOME_FAX

Home fax number.

Constant Value: "http://schemas.google.com/g/2005#home_fax"

public static final String ISDN

ISDN number.

Constant Value: "http://schemas.google.com/g/2005#isdn"

public static final String MAIN

Main number.

Constant Value: "http://schemas.google.com/g/2005#main"

public static final String MOBILE

Cell phone number.

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

Other fax number.

Constant Value: "http://schemas.google.com/g/2005#other_fax"

public static final String PAGER

Pager number.

Constant Value: "http://schemas.google.com/g/2005#pager"

public static final String RADIO

Radio phone number.

Constant Value: "http://schemas.google.com/g/2005#radio"

public static final String TELEX

Telex number.

Constant Value: "http://schemas.google.com/g/2005#telex"

public static final String TTY_TDD

TTY/TDD number.

Constant Value: "http://schemas.google.com/g/2005#tty_tdd"

public static final String WORK

Work phone number.

Constant Value: "http://schemas.google.com/g/2005#work"

public static final String WORK_FAX

Work fax number.

Constant Value: "http://schemas.google.com/g/2005#work_fax"

public static final String WORK_MOBILE

Work cell phone number.

Constant Value: "http://schemas.google.com/g/2005#work_mobile"

public static final String WORK_PAGER

Work pager number.

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.