| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.weather.config |
| Modifier and Type | Method and Description |
|---|---|
WeatherConfig.UOM |
WeatherField.getUom() |
static WeatherConfig.UOM |
WeatherConfig.UOM.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeatherConfig.UOM[] |
WeatherConfig.UOM.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |