public static enum ObjectRendererUtils.DateDiff extends Enum<ObjectRendererUtils.DateDiff>
| Enum Constant and Description |
|---|
DAY |
HOUR |
MILLISECOND |
MINUTE |
MONTH |
SECOND |
WEEK |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
static ObjectRendererUtils.DateDiff |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectRendererUtils.DateDiff[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectRendererUtils.DateDiff MILLISECOND
public static final ObjectRendererUtils.DateDiff SECOND
public static final ObjectRendererUtils.DateDiff MINUTE
public static final ObjectRendererUtils.DateDiff HOUR
public static final ObjectRendererUtils.DateDiff DAY
public static final ObjectRendererUtils.DateDiff WEEK
public static final ObjectRendererUtils.DateDiff MONTH
public static final ObjectRendererUtils.DateDiff YEAR
public static ObjectRendererUtils.DateDiff[] values()
for (ObjectRendererUtils.DateDiff c : ObjectRendererUtils.DateDiff.values()) System.out.println(c);
public static ObjectRendererUtils.DateDiff 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 © 2012–2025 cismet GmbH. All rights reserved.