public static interface

Contacts.OrganizationColumns

android.provider.Contacts.OrganizationColumns
Known Indirect Subclasses

Class Overview

Columns from the Organizations table that other columns join into themselves.

Summary

Constants
String COMPANY The name of the company for this organization.
String ISPRIMARY Whether this is the primary organization

Type: INTEGER (if set, non-0 means true)

String LABEL The user provided label, only used if TYPE is TYPE_CUSTOM.
String PERSON_ID The person this organization is tied to.
String TITLE The title within this organization.
String TYPE The type of the the phone number.
int TYPE_CUSTOM
int TYPE_OTHER
int TYPE_WORK

Constants

public static final String COMPANY

The name of the company for this organization.

Type: TEXT

Constant Value: "company"

public static final String ISPRIMARY

Whether this is the primary organization

Type: INTEGER (if set, non-0 means true)

Constant Value: "isprimary"

public static final String LABEL

The user provided label, only used if TYPE is TYPE_CUSTOM.

Type: TEXT

Constant Value: "label"

public static final String PERSON_ID

The person this organization is tied to.

Type: TEXT

Constant Value: "person"

public static final String TITLE

The title within this organization.

Type: TEXT

Constant Value: "title"

public static final String TYPE

The type of the the phone number.

Type: INTEGER (one of the constants below)

Constant Value: "type"

public static final int TYPE_CUSTOM

Constant Value: 0 (0x00000000)

public static final int TYPE_OTHER

Constant Value: 2 (0x00000002)

public static final int TYPE_WORK

Constant Value: 1 (0x00000001)