public enum FlurryGender extends java.lang.Enum<FlurryGender>
FlurryAdTargeting.| Enum Constant and Description |
|---|
FEMALE
Female gender.
|
MALE
Male gender.
|
UNKNOWN
Unknown gender.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Return ordinal value of the Enum.
|
static FlurryGender |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlurryGender[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlurryGender UNKNOWN
public static final FlurryGender FEMALE
public static final FlurryGender MALE
public static FlurryGender[] values()
for (FlurryGender c : FlurryGender.values()) System.out.println(c);
public static FlurryGender valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getCode()
Copyright © 2009-2019, Flurry, Inc. All Rights Reserved. Flurry Publisher Support Site.