| Package | Description |
|---|---|
| no.api.meteo.entity.core.service.sunrise |
| Modifier and Type | Method and Description |
|---|---|
static TwilightType |
TwilightType.findByValue(String value) |
static TwilightType |
TwilightType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwilightType[] |
TwilightType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<TwilightType> |
Sun.getTwilight() |
| Constructor and Description |
|---|
Sun(Date rise,
Date set,
Boolean neverRise,
Boolean neverSet,
List<ErrorType> error,
Double daylength,
List<Noon> noon,
List<TwilightType> twilight) |
Copyright © 2015 Amedia. All rights reserved.