@Deprecated public static enum PersonNameFormatter.Usage extends Enum<PersonNameFormatter.Usage>
| Enum Constant and Description |
|---|
ADDRESSING
Deprecated.
This API is for technology preview only.
|
MONOGRAM
Deprecated.
This API is for technology preview only.
|
REFERRING
Deprecated.
This API is for technology preview only.
|
| Modifier and Type | Method and Description |
|---|---|
static PersonNameFormatter.Usage |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PersonNameFormatter.Usage[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final PersonNameFormatter.Usage ADDRESSING
@Deprecated public static final PersonNameFormatter.Usage REFERRING
@Deprecated public static final PersonNameFormatter.Usage MONOGRAM
public static PersonNameFormatter.Usage[] values()
for (PersonNameFormatter.Usage c : PersonNameFormatter.Usage.values()) System.out.println(c);
public static PersonNameFormatter.Usage 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 nullCopyright © 2016 Unicode, Inc. and others.