| Modifier and Type | Method and Description |
|---|---|
static Date.Unit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Date.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Date.Unit DAYS
public static final Date.Unit WEEKS
public static final Date.Unit MONTHS
public static final Date.Unit YEARS
public static Date.Unit[] values()
for (Date.Unit c : Date.Unit.values()) System.out.println(c);
public static Date.Unit 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 null