@Deprecated public interface PersonName
SimplePersonName| Modifier and Type | Interface and Description |
|---|---|
static class |
PersonName.FieldModifier
Deprecated.
This API is for technology preview only.
|
static class |
PersonName.NameField
Deprecated.
This API is for technology preview only.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldValue(PersonName.NameField identifier,
Set<PersonName.FieldModifier> modifiers)
Deprecated.
This API is for technology preview only.
|
Locale |
getNameLocale()
Deprecated.
This API is for technology preview only.
|
@Deprecated Locale getNameLocale()
@Deprecated String getFieldValue(PersonName.NameField identifier, Set<PersonName.FieldModifier> modifiers)
identifier - The identifier of the requested field.modifiers - An **IN/OUT** parameter that specifies modifiers to apply to the basic field value.
An implementing class can choose to handle or ignore any modifiers; it should modify
the passed-in Set so that on exit, it contains only the requested modifiers that it
DIDN'T handle. This parameter may not be null, and must either be mutable or empty.Copyright © 2016 Unicode, Inc. and others.