@ReadingConverter public static enum DateConverters.LongToLocalDateConverter extends Enum<DateConverters.LongToLocalDateConverter> implements Converter<Long,org.joda.time.LocalDate>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.LocalDate |
convert(Long source) |
static DateConverters.LongToLocalDateConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateConverters.LongToLocalDateConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateConverters.LongToLocalDateConverter INSTANCE
public static DateConverters.LongToLocalDateConverter[] values()
for (DateConverters.LongToLocalDateConverter c : DateConverters.LongToLocalDateConverter.values()) System.out.println(c);
public static DateConverters.LongToLocalDateConverter 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 © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.