GMVBarcodeFeaturePersonName Class


GMVBarcodeFeaturePersonName Class Reference

Overview

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

Inherits NSObject.

Property Summary

NSString * formattedName
 Properly formatted name. More...
 
NSString * first
 First name. More...
 
NSString * last
 Last name. More...
 
NSString * middle
 Middle name. More...
 
NSString * prefix
 Name prefix. More...
 
NSString * pronounciation
 Designates a text string to be set as the kana name in the phonebook. More...
 
NSString * suffix
 Name suffix. More...
 

Property Detail

- (NSString*) formattedName
readatomiccopy

Properly formatted name.

- (NSString*) first
readatomiccopy

First name.

- (NSString*) last
readatomiccopy

Last name.

- (NSString*) middle
readatomiccopy

Middle name.

- (NSString*) prefix
readatomiccopy

Name prefix.

- (NSString*) pronounciation
readatomiccopy

Designates a text string to be set as the kana name in the phonebook.

Used for Japanese contacts.

- (NSString*) suffix
readatomiccopy

Name suffix.