public static enum DateBOp.DateOp extends Enum<DateBOp.DateOp>
Enum Constant and Description |
---|
DATE |
DAY |
HOURS |
MINUTES |
MONTH |
SECONDS |
TIMEZONE |
TZ |
YEAR |
Modifier and Type | Method and Description |
---|---|
static DateBOp.DateOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateBOp.DateOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateBOp.DateOp YEAR
public static final DateBOp.DateOp MONTH
public static final DateBOp.DateOp DAY
public static final DateBOp.DateOp HOURS
public static final DateBOp.DateOp MINUTES
public static final DateBOp.DateOp SECONDS
public static final DateBOp.DateOp TZ
public static final DateBOp.DateOp TIMEZONE
public static final DateBOp.DateOp DATE
public static DateBOp.DateOp[] values()
for (DateBOp.DateOp c : DateBOp.DateOp.values()) System.out.println(c);
public static DateBOp.DateOp 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 © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.