public static enum TemporalLiteralNode.TemporalType extends Enum<TemporalLiteralNode.TemporalType>
Modifier and Type | Method and Description |
---|---|
static TemporalLiteralNode.TemporalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalLiteralNode.TemporalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemporalLiteralNode.TemporalType DATE
public static final TemporalLiteralNode.TemporalType TIME
public static final TemporalLiteralNode.TemporalType TIMESTAMP
public static TemporalLiteralNode.TemporalType[] values()
for (TemporalLiteralNode.TemporalType c : TemporalLiteralNode.TemporalType.values()) System.out.println(c);
public static TemporalLiteralNode.TemporalType 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 nullEclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference