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