@ExperimentalApi public enum AgeUnit extends Enum<AgeUnit> implements Serializable
Modifier and Type | Method and Description |
---|---|
static AgeUnit |
getAgeUnit(String ageUnitValue) |
String |
getAnalyticsLabel() |
String |
getPluralLabel() |
String |
getSingleLabel() |
static AgeUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgeUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgeUnit DAYS
public static final AgeUnit MONTHS
public static final AgeUnit YEARS
public static AgeUnit[] values()
for (AgeUnit c : AgeUnit.values()) System.out.println(c);
public static AgeUnit 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 getSingleLabel()
public String getPluralLabel()
public String getAnalyticsLabel()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences