public static enum DateTimeLabelFormat.DateTimeProperties extends Enum<DateTimeLabelFormat.DateTimeProperties>
| Enum Constant and Description |
|---|
DAY |
HOUR |
MINUTE |
MONTH |
SECOND |
WEEK |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
String |
toCode() |
static DateTimeLabelFormat.DateTimeProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeLabelFormat.DateTimeProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateTimeLabelFormat.DateTimeProperties SECOND
public static final DateTimeLabelFormat.DateTimeProperties MINUTE
public static final DateTimeLabelFormat.DateTimeProperties HOUR
public static final DateTimeLabelFormat.DateTimeProperties DAY
public static final DateTimeLabelFormat.DateTimeProperties WEEK
public static final DateTimeLabelFormat.DateTimeProperties MONTH
public static final DateTimeLabelFormat.DateTimeProperties YEAR
public static DateTimeLabelFormat.DateTimeProperties[] values()
for (DateTimeLabelFormat.DateTimeProperties c : DateTimeLabelFormat.DateTimeProperties.values()) System.out.println(c);
public static DateTimeLabelFormat.DateTimeProperties 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 String toCode()
Copyright © 2013. All Rights Reserved.