public static enum DateVariant.DateUnit extends Enum<DateVariant.DateUnit>
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DurationFieldType |
getInterval() |
static DateVariant.DateUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateVariant.DateUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateVariant.DateUnit DAY
public static final DateVariant.DateUnit MONTH
public static final DateVariant.DateUnit YEAR
public static DateVariant.DateUnit[] values()
for (DateVariant.DateUnit c : DateVariant.DateUnit.values()) System.out.println(c);
public static DateVariant.DateUnit 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 org.joda.time.DurationFieldType getInterval()
Copyright © 2016. All rights reserved.