public enum AgeRangeAgeRangeType extends Enum<AgeRangeAgeRangeType>
Java class for AgeRange.AgeRangeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AgeRange.AgeRangeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AGE_RANGE_18_24"/>
<enumeration value="AGE_RANGE_25_34"/>
<enumeration value="AGE_RANGE_35_44"/>
<enumeration value="AGE_RANGE_45_54"/>
<enumeration value="AGE_RANGE_55_64"/>
<enumeration value="AGE_RANGE_65_UP"/>
<enumeration value="AGE_RANGE_UNDETERMINED"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AGE_RANGE_18_24 |
AGE_RANGE_25_34 |
AGE_RANGE_35_44 |
AGE_RANGE_45_54 |
AGE_RANGE_55_64 |
AGE_RANGE_65_UP |
AGE_RANGE_UNDETERMINED |
UNKNOWN
Used for return value only.
|
| Modifier and Type | Method and Description |
|---|---|
static AgeRangeAgeRangeType |
fromValue(String v) |
String |
value() |
static AgeRangeAgeRangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgeRangeAgeRangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgeRangeAgeRangeType AGE_RANGE_18_24
public static final AgeRangeAgeRangeType AGE_RANGE_25_34
public static final AgeRangeAgeRangeType AGE_RANGE_35_44
public static final AgeRangeAgeRangeType AGE_RANGE_45_54
public static final AgeRangeAgeRangeType AGE_RANGE_55_64
public static final AgeRangeAgeRangeType AGE_RANGE_65_UP
public static final AgeRangeAgeRangeType AGE_RANGE_UNDETERMINED
public static final AgeRangeAgeRangeType UNKNOWN
public static AgeRangeAgeRangeType[] values()
for (AgeRangeAgeRangeType c : AgeRangeAgeRangeType.values()) System.out.println(c);
public static AgeRangeAgeRangeType 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 nullpublic String value()
public static AgeRangeAgeRangeType fromValue(String v)
Copyright © 2023. All rights reserved.