OrganizationColumns
interfaceOrganizationColumns
| android.provider.Contacts.OrganizationColumns | 
Columns from the Organizations table that other columns join into themselves.
Summary
| Constants | |
|---|---|
| static String | The name of the company for this organization. | 
| static String | Whether this is the primary organization | 
| static String | The user provided label, only used if TYPE is TYPE_CUSTOM. | 
| static String | The person this organization is tied to. | 
| static String | The title within this organization. | 
| static String | The type of the organizations. | 
| static Int | |
| static Int | |
| static Int | |
Constants
COMPANY
static valCOMPANY: String
Deprecated: see android.provider.ContactsContract
The name of the company for this organization.
Type: TEXT
Value: "company"ISPRIMARY
static valISPRIMARY: String
Deprecated: see android.provider.ContactsContract
Whether this is the primary organization
Type: INTEGER (if set, non-0 means true)
Value: "isprimary"LABEL
static valLABEL: String
Deprecated: see android.provider.ContactsContract
The user provided label, only used if TYPE is TYPE_CUSTOM.
Type: TEXT
Value: "label"PERSON_ID
static valPERSON_ID: String
Deprecated: see android.provider.ContactsContract
The person this organization is tied to.
Type: TEXT
Value: "person"TITLE
static valTITLE: String
Deprecated: see android.provider.ContactsContract
The title within this organization.
Type: TEXT
Value: "title"TYPE
static valTYPE: String
Deprecated: see android.provider.ContactsContract
The type of the organizations.
Type: INTEGER (one of the constants below)
Value: "type"TYPE_CUSTOM
static valTYPE_CUSTOM: Int
Deprecated: see android.provider.ContactsContract
Value: 0TYPE_OTHER
static valTYPE_OTHER: Int
Deprecated: see android.provider.ContactsContract
Value: 2TYPE_WORK
static valTYPE_WORK: Int
Deprecated: see android.provider.ContactsContract
Value: 1