|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final java.lang.String TYPE
Type: INTEGER (one of the constants below)
static final int TYPE_CUSTOM
static final int TYPE_WORK
static final int TYPE_OTHER
static final java.lang.String LABEL
Type: TEXT
static final java.lang.String COMPANY
Type: TEXT
static final java.lang.String TITLE
Type: TEXT
static final java.lang.String PERSON_ID
Type: TEXT
static final java.lang.String ISPRIMARY
Type: INTEGER (if set, non-0 means true)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |