Android
android.provider
public static interface

android.provider.Contacts.OrganizationColumns

android.provider.Contacts.OrganizationColumns

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

Known Indirect Subclasses

Summary

Constants

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

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

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

Details

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)
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48