public final class

EmailKind

extends Object
java.lang.Object
   ↳ com.neomades.contact.EmailKind

Class Overview

Email address type HOME, WORK or OTHER, used in setEmailAddress(String, int) and getEmailAddress(int).

Summary

Constants
int HOME
int OTHER
int WORK
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HOME

Constant Value: 5 (0x00000005)

public static final int OTHER

Constant Value: 7 (0x00000007)

public static final int WORK

Constant Value: 6 (0x00000006)