| Package | Description |
|---|---|
| ch.rasc.forcastio.converter | |
| ch.rasc.forcastio.model |
| Modifier and Type | Method and Description |
|---|---|
FioPrecipType |
FioPrecipTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static FioPrecipType |
FioPrecipType.findByJsonValue(String jsonValue) |
FioPrecipType |
ImmutableFioDataPoint.precipType()
The type of precipitation occurring at the given time.
|
abstract FioPrecipType |
FioDataPoint.precipType()
The type of precipitation occurring at the given time.
|
static FioPrecipType |
FioPrecipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FioPrecipType[] |
FioPrecipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioDataPoint.Builder |
ImmutableFioDataPoint.Builder.precipType(FioPrecipType precipType)
Initializes the value for the
precipType attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipType(FioPrecipType value)
Copy the current immutable object by setting a value for the
precipType attribute. |
Copyright © 2016. All rights reserved.