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

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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