ome-xml  5.6.0
Public Types | Public Member Functions | Static Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
ome::xml::model::enums::UnitsFrequency Class Reference

UnitsFrequency enumeration. More...

#include <ome/xml/model/enums/UnitsFrequency.h>

+ Collaboration diagram for ome::xml::model::enums::UnitsFrequency:

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_valuestring_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...
 
UnitsFrequencyoperator= (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_typestrings ()
 Get a map of valid string names and enum values. More...
 
static const value_map_typevalues ()
 Get a map of valid enum values and string names. More...
 

Static Private Member Functions

static const string_map_typelowercase_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.
 

Detailed Description

UnitsFrequency enumeration.

Member Enumeration Documentation

◆ enum_value

Enumeration values.

Enumerator
YOTTAHERTZ 

yottahertz unit.

ZETTAHERTZ 

zettahertz unit.

EXAHERTZ 

exahertz unit.

PETAHERTZ 

petahertz unit.

TERAHERTZ 

terahertz unit.

GIGAHERTZ 

gigahertz unit.

MEGAHERTZ 

megahertz unit.

KILOHERTZ 

kilohertz unit.

HECTOHERTZ 

hectohertz unit.

DECAHERTZ 

decahertz unit.

HERTZ 

hertz unit.

DECIHERTZ 

decihertz unit.

CENTIHERTZ 

centihertz unit.

MILLIHERTZ 

millihertz unit.

MICROHERTZ 

microhertz unit.

NANOHERTZ 

nanohertz unit.

PICOHERTZ 

picohertz unit.

FEMTOHERTZ 

femtohertz unit.

ATTOHERTZ 

attohertz unit.

ZEPTOHERTZ 

zeptohertz unit.

YOCTOHERTZ 

yoctohertz unit.

Constructor & Destructor Documentation

◆ UnitsFrequency() [1/3]

ome::xml::model::enums::UnitsFrequency::UnitsFrequency ( enum_value  value)

Construct a UnitsFrequency enumeration by an enumeration value.

Parameters
valuethe value of the enumeration.

References name, and values().

Referenced by ome::xml::model::enums::operator>>().

+ Here is the caller graph for this function:

◆ UnitsFrequency() [2/3]

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.

Parameters
namethe name of the enumeration.
stricttrue to require an exact name, false to allow an inexact match.

References lowercase_strings(), strings(), trim(), value, and values().

◆ UnitsFrequency() [3/3]

ome::xml::model::enums::UnitsFrequency::UnitsFrequency ( const UnitsFrequency original)

Copy constructor.

Parameters
originalthe instance to copy.

Member Function Documentation

◆ lowercase_strings()

const UnitsFrequency::string_map_type & ome::xml::model::enums::UnitsFrequency::lowercase_strings ( )
staticprivate

Get a map of valid lowercased string names and enum values.

Returns
a map of lowercased string names to 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().

+ Here is the caller graph for this function:

◆ operator const std::string &()

ome::xml::model::enums::UnitsFrequency::operator const std::string & ( ) const
inline

Cast the enumeration to its name.

Returns
the enumeration value.

References name.

◆ operator enum_value()

ome::xml::model::enums::UnitsFrequency::operator enum_value ( ) const
inline

Cast the enumeration to its value.

Returns
the enumeration value.

References value.

◆ operator=()

UnitsFrequency& ome::xml::model::enums::UnitsFrequency::operator= ( const UnitsFrequency rhs)
inline

Assignment operator.

Parameters
rhsthe value to assign.
Returns
the assigned value.

References name, and value.

◆ strings()

const UnitsFrequency::string_map_type & ome::xml::model::enums::UnitsFrequency::strings ( )
static

Get a map of valid string names and enum values.

Returns
a map of string names to 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().

+ Here is the caller graph for this function:

◆ values()

const UnitsFrequency::value_map_type & ome::xml::model::enums::UnitsFrequency::values ( )
static

Get a map of valid enum values and string names.

Returns
a map of enum values to 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().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: