static enum DateTimeTest.UseMethod extends java.lang.Enum<DateTimeTest.UseMethod>
| Enum Constant and Description |
|---|
getObject |
getTimestamp |
setDate |
setObject |
setTime |
setTimestamp |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeTest.UseMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeTest.UseMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateTimeTest.UseMethod setObject
public static final DateTimeTest.UseMethod setDate
public static final DateTimeTest.UseMethod setTime
public static final DateTimeTest.UseMethod setTimestamp
public static final DateTimeTest.UseMethod getTimestamp
public static final DateTimeTest.UseMethod getObject
public static DateTimeTest.UseMethod[] values()
for (DateTimeTest.UseMethod c : DateTimeTest.UseMethod.values()) System.out.println(c);
public static DateTimeTest.UseMethod 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