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