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