@Deprecated public static enum PersonName.NameField extends Enum<PersonName.NameField>
| Enum Constant and Description |
|---|
GIVEN
Deprecated.
This API is for technology preview only.
|
GIVEN2
Deprecated.
This API is for technology preview only.
|
PREFERRED_ORDER
Deprecated.
This API is for technology preview only.
|
PREFIX
Deprecated.
This API is for technology preview only.
|
SUFFIX
Deprecated.
This API is for technology preview only.
|
SURNAME
Deprecated.
This API is for technology preview only.
|
SURNAME2
Deprecated.
This API is for technology preview only.
|
| Modifier and Type | Method and Description |
|---|---|
static PersonName.NameField |
forString(String name)
Deprecated.
This API is for ICU internal use only.
|
String |
toString()
Deprecated.
This API is for technology preview only.
|
static PersonName.NameField |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PersonName.NameField[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final PersonName.NameField PREFIX
@Deprecated public static final PersonName.NameField GIVEN
@Deprecated public static final PersonName.NameField GIVEN2
@Deprecated public static final PersonName.NameField SURNAME
@Deprecated public static final PersonName.NameField SURNAME2
@Deprecated public static final PersonName.NameField SUFFIX
@Deprecated public static final PersonName.NameField PREFERRED_ORDER
public static PersonName.NameField[] values()
for (PersonName.NameField c : PersonName.NameField.values()) System.out.println(c);
public static PersonName.NameField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public String toString()
toString in class Enum<PersonName.NameField>@Deprecated public static PersonName.NameField forString(String name)
Copyright © 2016 Unicode, Inc. and others.