public static enum VisalloDate.Unit extends Enum<VisalloDate.Unit>
| Enum Constant and Description |
|---|
DAY |
| Modifier and Type | Method and Description |
|---|---|
static VisalloDate.Unit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisalloDate.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisalloDate.Unit DAY
public static VisalloDate.Unit[] values()
for (VisalloDate.Unit c : VisalloDate.Unit.values()) System.out.println(c);
public static VisalloDate.Unit 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 nullCopyright © 2013–2016 V5 Analytics. All rights reserved.