| Modifier and Type | Method and Description |
|---|---|
AgeRange |
AgeRangeMixIn.fromValue(String v) |
| Modifier and Type | Method and Description |
|---|---|
List<AgeRange> |
BulkAudienceGroup.getAgeRanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkAudienceGroup.setAgeRanges(List<AgeRange> ageRanges) |
| Modifier and Type | Field and Description |
|---|---|
protected AgeRange |
AgeCriterion.ageRange |
| Modifier and Type | Field and Description |
|---|---|
protected List<AgeRange> |
ArrayOfAgeRange.ageRanges |
| Modifier and Type | Method and Description |
|---|---|
static AgeRange |
AgeRange.fromValue(String v) |
AgeRange |
AgeCriterion.getAgeRange()
Gets the value of the ageRange property.
|
static AgeRange |
AgeRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgeRange[] |
AgeRange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<AgeRange> |
ObjectFactory.createAgeRange(AgeRange value)
|
List<AgeRange> |
ArrayOfAgeRange.getAgeRanges()
Gets the value of the ageRanges property.
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<AgeRange> |
ObjectFactory.createAgeRange(AgeRange value)
|
void |
AgeCriterion.setAgeRange(AgeRange value)
Sets the value of the ageRange property.
|
| Constructor and Description |
|---|
ArrayOfAgeRange(List<AgeRange> ageranges) |
| Modifier and Type | Method and Description |
|---|---|
static List<AgeRange> |
StringExtensions.parseAgeRangeList(String v) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StringExtensions.toAgeRangeListBulkString(String separator,
List<AgeRange> enumList) |
Copyright © 2024. All rights reserved.