public static class

ContactsSource.EditType

extends Object
java.lang.Object
   ↳ com.android.contacts.model.ContactsSource.EditType

Class Overview

Description of a specific "type" or "label" of a ContactsSource.DataKind row, such as TYPE_WORK. Includes constraints on total number of rows a Contacts may have of this type, and details on how user-defined labels are stored.

Summary

Fields
public String customColumn
public int labelRes
public int rawValue
public boolean secondary
public int specificMax
Public Constructors
ContactsSource.EditType(int rawValue, int labelRes)
Public Methods
boolean equals(Object object)
int hashCode()
ContactsSource.EditType setCustomColumn(String customColumn)
ContactsSource.EditType setSecondary(boolean secondary)
ContactsSource.EditType setSpecificMax(int specificMax)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String customColumn

public int labelRes

public int rawValue

public boolean secondary

public int specificMax

Public Constructors

public ContactsSource.EditType (int rawValue, int labelRes)

Public Methods

public boolean equals (Object object)

public int hashCode ()

public ContactsSource.EditType setCustomColumn (String customColumn)

public ContactsSource.EditType setSecondary (boolean secondary)

public ContactsSource.EditType setSpecificMax (int specificMax)