| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.weather |
| Modifier and Type | Method and Description |
|---|---|
WeatherForecastType |
WeatherForecastLookup.getType() |
static WeatherForecastType |
WeatherForecastType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeatherForecastType[] |
WeatherForecastType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeatherForecastLookup.setType(WeatherForecastType type) |
| Constructor and Description |
|---|
WeatherForecastLookup(java.util.Date start,
java.util.Date end,
WeatherForecastType type,
WeatherAddress addr) |