Barcode.PersonName

public static class Barcode.PersonName extends Object
implements Parcelable

A person's name, both formatted version and individual name components.

Inherited Constant Summary

Field Summary

public String first
public String formattedName Properly formatted name.
public String last
public String middle
public String prefix
public String pronunciation Designates a text string to be set as the kana name in the phonebook.
public String suffix

Public Constructor Summary

Inherited Method Summary

Fields

public String first

public String formattedName

Properly formatted name.

public String last

public String middle

public String prefix

public String pronunciation

Designates a text string to be set as the kana name in the phonebook. Used for Japanese contacts.

public String suffix

Public Constructors

public PersonName ()