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