@Deprecated public class SimplePersonName extends Object implements PersonName
| Modifier and Type | Class and Description |
|---|---|
static class |
SimplePersonName.Builder
Deprecated.
This API is for technology preview only.
|
PersonName.FieldModifier, PersonName.NameField| Modifier and Type | Method and Description |
|---|---|
static SimplePersonName.Builder |
builder()
Deprecated.
This API is for technology preview only.
|
String |
getFieldValue(PersonName.NameField nameField,
Set<PersonName.FieldModifier> modifiers)
Deprecated.
This API is for technology preview only.
|
Locale |
getNameLocale()
Deprecated.
This API is for technology preview only.
|
@Deprecated public static SimplePersonName.Builder builder()
@Deprecated public Locale getNameLocale()
getNameLocale in interface PersonName@Deprecated public String getFieldValue(PersonName.NameField nameField, Set<PersonName.FieldModifier> modifiers)
getFieldValue in interface PersonNamenameField - The identifier of the requested field.modifiers - An **IN/OUT** parameter that specifies modifiers to apply to the basic field value.
On return, this list will contain any modifiers that this object didn't handle. This class
will always return this set unmodified, unless a modified version of the requested field
was provided at construction time.Copyright © 2016 Unicode, Inc. and others.