a_vcard.android.provider
Interface Contacts.OrganizationColumns

Enclosing class:
Contacts

public static interface Contacts.OrganizationColumns

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


Field Summary
static java.lang.String COMPANY
          The name of the company for this organization.
static java.lang.String ISPRIMARY
          Whether this is the primary organization
static java.lang.String LABEL
          The user provided label, only used if TYPE is TYPE_CUSTOM.
static java.lang.String PERSON_ID
          The person this organization is tied to.
static java.lang.String TITLE
          The title within this organization.
static java.lang.String TYPE
          The type of the organizations.
static int TYPE_CUSTOM
           
static int TYPE_OTHER
           
static int TYPE_WORK
           
 

Field Detail

TYPE

static final java.lang.String TYPE
The type of the organizations.

Type: INTEGER (one of the constants below)

See Also:
Constant Field Values

TYPE_CUSTOM

static final int TYPE_CUSTOM
See Also:
Constant Field Values

TYPE_WORK

static final int TYPE_WORK
See Also:
Constant Field Values

TYPE_OTHER

static final int TYPE_OTHER
See Also:
Constant Field Values

LABEL

static final java.lang.String LABEL
The user provided label, only used if TYPE is TYPE_CUSTOM.

Type: TEXT

See Also:
Constant Field Values

COMPANY

static final java.lang.String COMPANY
The name of the company for this organization.

Type: TEXT

See Also:
Constant Field Values

TITLE

static final java.lang.String TITLE
The title within this organization.

Type: TEXT

See Also:
Constant Field Values

PERSON_ID

static final java.lang.String PERSON_ID
The person this organization is tied to.

Type: TEXT

See Also:
Constant Field Values

ISPRIMARY

static final java.lang.String ISPRIMARY
Whether this is the primary organization

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

See Also:
Constant Field Values