public final class

AddressKind

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

Class Overview

Postal address type HOME, WORK or OTHER, used in setFullPostalAddress(String, int) and getFullPostalAddress(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: 8 (0x00000008)

public static final int OTHER

Constant Value: 10 (0x0000000a)

public static final int WORK

Constant Value: 9 (0x00000009)