#include <it_bus/fault_exception.h>
Inheritance diagram for IT_Bus::FaultSource:
The possible values are CLIENT, SERVER or UNKNOWN
Definition at line 123 of file fault_exception.h.
Public Types | |
enum | Source |
Public Member Functions | |
virtual const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
FaultSource & | operator= (const FaultSource &rhs) |
void | set_value (const Source value) |
Set the enum value for the source. | |
Source | get_value () const |
Get the enum value for the source. | |
Private Attributes | |
Source | m_val |
Static Private Attributes | |
static const QName | m_type |
virtual const QName& IT_Bus::FaultSource::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType.
Source IT_Bus::FaultSource::get_value | ( | ) | const |
void IT_Bus::FaultSource::set_value | ( | const Source | value | ) |