@WritingConverter @CassandraType(type=TIME) public static enum CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter extends Enum<CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter> implements Converter<org.joda.time.LocalTime,Long>
LocalTimes to their Long representation.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Long |
convert(org.joda.time.LocalTime source) |
static CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter INSTANCE
public static CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter[] values()
for (CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter c : CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter.values()) System.out.println(c);
public static CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter 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–2018 Pivotal Software, Inc.. All rights reserved.