@Deprecated public static enum GenderInfo.ListGenderStyle extends Enum<GenderInfo.ListGenderStyle>
Enum Constant and Description |
---|
MALE_TAINTS
Deprecated.
This API is ICU internal only.
|
MIXED_NEUTRAL
Deprecated.
This API is ICU internal only.
|
NEUTRAL
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
static GenderInfo.ListGenderStyle |
fromName(String name)
Deprecated.
This API is ICU internal only.
|
static GenderInfo.ListGenderStyle |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GenderInfo.ListGenderStyle[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final GenderInfo.ListGenderStyle NEUTRAL
@Deprecated public static final GenderInfo.ListGenderStyle MIXED_NEUTRAL
@Deprecated public static final GenderInfo.ListGenderStyle MALE_TAINTS
public static GenderInfo.ListGenderStyle[] values()
for (GenderInfo.ListGenderStyle c : GenderInfo.ListGenderStyle.values()) System.out.println(c);
public static GenderInfo.ListGenderStyle 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 static GenderInfo.ListGenderStyle fromName(String name)
Copyright © 2016 Unicode, Inc. and others.