Package | Description |
---|---|
com.ibm.tivoli.maximo.weather.config |
Modifier and Type | Field and Description |
---|---|
static WeatherConfig.UOM |
WeatherConfig.UOM.date |
static WeatherConfig.UOM |
WeatherConfig.UOM.datetime |
static WeatherConfig.UOM |
WeatherConfig.UOM.distance |
static WeatherConfig.UOM |
WeatherConfig.UOM.percent |
static WeatherConfig.UOM |
WeatherConfig.UOM.precip_rain |
static WeatherConfig.UOM |
WeatherConfig.UOM.precip_snow |
static WeatherConfig.UOM |
WeatherConfig.UOM.pressure |
static WeatherConfig.UOM |
WeatherConfig.UOM.temp |
static WeatherConfig.UOM |
WeatherConfig.UOM.time |
static WeatherConfig.UOM |
WeatherConfig.UOM.vis |
static WeatherConfig.UOM |
WeatherConfig.UOM.wave_height |
static WeatherConfig.UOM |
WeatherConfig.UOM.wnd_speed |
Modifier and Type | Method and Description |
---|---|
WeatherConfig.UOM |
WeatherField.getUom() |
static WeatherConfig.UOM |
WeatherConfig.UOM.valueOf(java.lang.String name) |
static WeatherConfig.UOM[] |
WeatherConfig.UOM.values() |
Modifier and Type | Method and Description |
---|---|
WeatherField |
WeatherField.setUom(WeatherConfig.UOM uom) |
Constructor and Description |
---|
WeatherField(java.lang.String fldName,
java.lang.String fldPath,
WeatherConfig.UOM uom) |
WeatherField(java.lang.String fldName,
java.lang.String fldPath,
WeatherConfig.UOM uom,
boolean icon) |