public enum DaoUtils extends Enum<DaoUtils>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static org.joda.time.DateTime |
toDateTime(long timestamp) |
static DaoUtils |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaoUtils[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DaoUtils INSTANCE
public static DaoUtils[] values()
for (DaoUtils c : DaoUtils.values()) System.out.println(c);
public static DaoUtils 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 static org.joda.time.DateTime toDateTime(long timestamp)
Copyright © 2016 Jasig. All Rights Reserved.