|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Contacts.ContactMethodsColumns
Columns from the ContactMethods table that other tables join into themseleves.
Field Summary | |
---|---|
static java.lang.String |
AUX_DATA
Auxiliary data for the contact method. |
static java.lang.String |
DATA
The data for the contact method. |
static java.lang.String |
ISPRIMARY
Whether this is the primary organization |
static java.lang.String |
KIND
The kind of the the contact method. |
static java.lang.String |
LABEL
The user defined label for the the contact method. |
static int |
MOBILE_EMAIL_TYPE_INDEX
|
static java.lang.String |
MOBILE_EMAIL_TYPE_NAME
|
static java.lang.String |
TYPE
The type of the contact method, must be one of the types below. |
static int |
TYPE_CUSTOM
|
static int |
TYPE_HOME
|
static int |
TYPE_OTHER
|
static int |
TYPE_WORK
|
Field Detail |
---|
static final java.lang.String KIND
Type: INTEGER (one of the values below)
static final java.lang.String TYPE
Type: INTEGER (one of the values below)
static final int TYPE_CUSTOM
static final int TYPE_HOME
static final int TYPE_WORK
static final int TYPE_OTHER
static final int MOBILE_EMAIL_TYPE_INDEX
static final java.lang.String MOBILE_EMAIL_TYPE_NAME
static final java.lang.String LABEL
Type: TEXT
static final java.lang.String DATA
Type: TEXT
static final java.lang.String AUX_DATA
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 |