ome-xml
5.6.0
|
UnitsFrequency enumeration. More...
#include <ome/xml/model/enums/UnitsFrequency.h>
Public Types | |
enum | enum_value { YOTTAHERTZ, ZETTAHERTZ, EXAHERTZ, PETAHERTZ, TERAHERTZ, GIGAHERTZ, MEGAHERTZ, KILOHERTZ, HECTOHERTZ, DECAHERTZ, HERTZ, DECIHERTZ, CENTIHERTZ, MILLIHERTZ, MICROHERTZ, NANOHERTZ, PICOHERTZ, FEMTOHERTZ, ATTOHERTZ, ZEPTOHERTZ, YOCTOHERTZ } |
Enumeration values. More... | |
typedef std::map< std::string, UnitsFrequency::enum_value > | string_map_type |
String map type. | |
typedef std::map< UnitsFrequency::enum_value, std::string > | value_map_type |
Value map type. | |
Public Member Functions | |
UnitsFrequency (enum_value value) | |
Construct a UnitsFrequency enumeration by an enumeration value. More... | |
UnitsFrequency (const std::string &name, bool strict=true) | |
Construct a UnitsFrequency enumeration by an enumeration name. More... | |
UnitsFrequency (const UnitsFrequency &original) | |
Copy constructor. More... | |
UnitsFrequency & | operator= (const UnitsFrequency &rhs) |
Assignment operator. More... | |
operator enum_value () const | |
Cast the enumeration to its value. More... | |
operator const std::string & () const | |
Cast the enumeration to its name. More... | |
Static Public Member Functions | |
static const string_map_type & | strings () |
Get a map of valid string names and enum values. More... | |
static const value_map_type & | values () |
Get a map of valid enum values and string names. More... | |
Static Private Member Functions | |
static const string_map_type & | lowercase_strings () |
Get a map of valid lowercased string names and enum values. More... | |
Private Attributes | |
enum_value | value |
Enumeration value. | |
const std::string * | name |
Enumeration name. | |
UnitsFrequency enumeration.
Enumeration values.
ome::xml::model::enums::UnitsFrequency::UnitsFrequency | ( | enum_value | value | ) |
Construct a UnitsFrequency enumeration by an enumeration value.
value | the value of the enumeration. |
References name, and values().
Referenced by ome::xml::model::enums::operator>>().
ome::xml::model::enums::UnitsFrequency::UnitsFrequency | ( | const std::string & | name, |
bool | strict = true |
||
) |
Construct a UnitsFrequency 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.
name | the name of the enumeration. |
strict | true to require an exact name, false to allow an inexact match. |
References lowercase_strings(), strings(), trim(), value, and values().
ome::xml::model::enums::UnitsFrequency::UnitsFrequency | ( | const UnitsFrequency & | original | ) |
Copy constructor.
original | the instance to copy. |
|
staticprivate |
Get a map of valid lowercased string names and enum values.
References ATTOHERTZ, CENTIHERTZ, DECAHERTZ, DECIHERTZ, EXAHERTZ, FEMTOHERTZ, GIGAHERTZ, HECTOHERTZ, HERTZ, KILOHERTZ, MEGAHERTZ, MICROHERTZ, MILLIHERTZ, NANOHERTZ, PETAHERTZ, PICOHERTZ, TERAHERTZ, YOCTOHERTZ, YOTTAHERTZ, ZEPTOHERTZ, and ZETTAHERTZ.
Referenced by UnitsFrequency().
|
inline |
|
inline |
|
inline |
|
static |
Get a map of valid string names and enum values.
References ATTOHERTZ, CENTIHERTZ, DECAHERTZ, DECIHERTZ, EXAHERTZ, FEMTOHERTZ, GIGAHERTZ, HECTOHERTZ, HERTZ, KILOHERTZ, MEGAHERTZ, MICROHERTZ, MILLIHERTZ, NANOHERTZ, PETAHERTZ, PICOHERTZ, TERAHERTZ, YOCTOHERTZ, YOTTAHERTZ, ZEPTOHERTZ, and ZETTAHERTZ.
Referenced by UnitsFrequency().
|
static |
Get a map of valid enum values and string names.
References ATTOHERTZ, CENTIHERTZ, DECAHERTZ, DECIHERTZ, EXAHERTZ, FEMTOHERTZ, GIGAHERTZ, HECTOHERTZ, HERTZ, KILOHERTZ, MEGAHERTZ, MICROHERTZ, MILLIHERTZ, NANOHERTZ, PETAHERTZ, PICOHERTZ, TERAHERTZ, YOCTOHERTZ, YOTTAHERTZ, ZEPTOHERTZ, and ZETTAHERTZ.
Referenced by UnitsFrequency().