Barcode.Address

public static class Barcode.Address extends Object

An address.

Nested Class Summary

@interface Barcode.Address.AddressType Address type constants. 

Constant Summary

int TYPE_HOME Home address.
int TYPE_UNKNOWN Unknown address type.
int TYPE_WORK Work address.

Public Method Summary

String[]
getAddressLines()
Gets formatted address, multiple lines when appropriate.
int
getType()
Gets type of the address.

Inherited Method Summary

Constants

public static final int TYPE_HOME

Home address.

Constant Value: 2

public static final int TYPE_UNKNOWN

Unknown address type.

Constant Value: 0

public static final int TYPE_WORK

Work address.

Constant Value: 1

Public Methods

public String[] getAddressLines ()

Gets formatted address, multiple lines when appropriate. This field always contains at least one line.

public int getType ()

Gets type of the address.

See also Barcode.Address.AddressType