@Namespace(value="arrow") public static enum arrow.DateUnit extends Enum<arrow.DateUnit>
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow.DateUnit |
intern() |
String |
toString() |
static arrow.DateUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.DateUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.DateUnit DAY
public static final arrow.DateUnit MILLI
public static arrow.DateUnit[] values()
for (arrow.DateUnit c : arrow.DateUnit.values()) System.out.println(c);
public static arrow.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 arrow.DateUnit intern()
public String toString()
toString in class Enum<arrow.DateUnit>Copyright © 2021. All rights reserved.