| Package | Description |
|---|---|
| ch.rasc.forcastio.converter | |
| ch.rasc.forcastio.model |
| Modifier and Type | Method and Description |
|---|---|
FioIcon |
FioIconDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static FioIcon |
FioIcon.findByJsonValue(String jsonValue) |
FioIcon |
ImmutableFioDataBlock.icon()
A machine-readable text summary of this data block
|
FioIcon |
ImmutableFioDataPoint.icon()
A machine-readable text summary of this data point, suitable for selecting an icon
for display.
|
FioIcon |
FioDataBlock.icon()
A machine-readable text summary of this data block
|
abstract FioIcon |
FioDataPoint.icon()
A machine-readable text summary of this data point, suitable for selecting an icon
for display.
|
static FioIcon |
FioIcon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FioIcon[] |
FioIcon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioDataBlock.Builder |
ImmutableFioDataBlock.Builder.icon(FioIcon icon)
Initializes the value for the
icon attribute. |
ImmutableFioDataPoint.Builder |
ImmutableFioDataPoint.Builder.icon(FioIcon icon)
Initializes the value for the
icon attribute. |
ImmutableFioDataBlock |
ImmutableFioDataBlock.withIcon(FioIcon icon)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withIcon(FioIcon icon)
Copy the current immutable object by setting a value for the
icon attribute. |
Copyright © 2016. All rights reserved.