UnitsTemperature enumeration.
More...
#include <ome/xml/model/primitives/TemperatureQuantity.h>
◆ enum_value
Enumeration values.
Enumerator |
---|
CELSIUS | degree Celsius unit.
|
FAHRENHEIT | degree Fahrenheit unit.
|
KELVIN | Kelvin unit.
|
RANKINE | degree Rankine unit.
|
◆ UnitsTemperature() [1/3]
ome::xml::model::primitives::UnitsTemperature::UnitsTemperature |
( |
enum_value |
value | ) |
|
◆ UnitsTemperature() [2/3]
ome::xml::model::primitives::UnitsTemperature::UnitsTemperature |
( |
const std::string & |
name, |
|
|
bool |
strict = true |
|
) |
| |
Construct a UnitsTemperature enumeration by an enumeration name.
Exact matching of the name will require the name to match one of the valid enumeration names. Inexact matching will strip leading and trailing whitespace and perform a case-insensitive match. Exact matching is recommended for use in program code which does not process user input; inexact matching is recommended when processing potentially malformed user input.
- Parameters
-
name | the name of the enumeration. |
strict | true to require an exact name, false to allow an inexact match. |
◆ UnitsTemperature() [3/3]
ome::xml::model::primitives::UnitsTemperature::UnitsTemperature |
( |
const UnitsTemperature & |
original | ) |
|
Copy constructor.
- Parameters
-
original | the instance to copy. |
◆ lowercase_strings()
static const string_map_type& ome::xml::model::primitives::UnitsTemperature::lowercase_strings |
( |
| ) |
|
|
staticprivate |
Get a map of valid lowercased string names and enum values.
- Returns
- a map of lowercased string names to enum values.
◆ operator const std::string &()
ome::xml::model::primitives::UnitsTemperature::operator const std::string & |
( |
| ) |
const |
|
inline |
Cast the enumeration to its name.
- Returns
- the enumeration value.
References name.
◆ operator enum_value()
ome::xml::model::primitives::UnitsTemperature::operator enum_value |
( |
| ) |
const |
|
inline |
Cast the enumeration to its value.
- Returns
- the enumeration value.
References value.
◆ operator=()
Assignment operator.
- Parameters
-
rhs | the quantity to assign. |
- Returns
- the assigned quantity.
References name, and value.
◆ strings()
static const string_map_type& ome::xml::model::primitives::UnitsTemperature::strings |
( |
| ) |
|
|
static |
Get a map of valid string names and enum values.
- Returns
- a map of string names to enum values.
◆ values()
static const value_map_type& ome::xml::model::primitives::UnitsTemperature::values |
( |
| ) |
|
|
static |
Get a map of valid enum values and string names.
- Returns
- a map of enum values to string names.
The documentation for this class was generated from the following file: