#include <it_bus/gmonth.h>
Inheritance diagram for IT_Bus::GMonth:

Definition at line 27 of file gmonth.h.
Public Member Functions | |
| GMonth (short wMonth=1) throw ((Exception)) | |
| Constructor. | |
| GMonth (const char *value) throw ((Exception)) | |
| Constructor. | |
| GMonth (const String &value) throw ((Exception)) | |
| Constructor. | |
| GMonth (const GMonth ©) | |
| Copy constructor. | |
| virtual | ~GMonth () |
| Destructor. | |
| virtual AnyType & | copy (const AnyType &rhs) |
| Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
| virtual void | write_value (AnySimpleTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
| Write the instance value. | |
| virtual void | read_value (AnySimpleTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
| Read the value into the instance. | |
| virtual AnyType::Kind | get_kind () const |
| Returns the IT_Bus::AnyType::Kind for the type. | |
| virtual const QName & | get_type () const |
| Returns the IT_Bus::QName for the type. | |
| virtual IT_Reflect::Reflection * | get_reflection () throw ((IT_Reflect::ReflectException)) |
| Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
| virtual const IT_Reflect::Reflection * | get_reflection () const throw ((IT_Reflect::ReflectException)) |
| Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
| String | to_string () const |
| Returns the month represented by the instance. | |
| void | from_string (const String &str) throw ((Exception)) |
| Sets the month represented by the instance. | |
| short | getMonth () const |
| Returns a numeric representation of the month. | |
| void | setMonth (short wMonth) throw ((Exception)) |
| Set the month represented by the instance from a numeric representation. | |
| bool | haveUTCTimeZoneOffset () const |
| Returns a flag indicating whether the UTC offset is set. | |
| void | setLocalTimeZone () |
| Sets the local time zone. | |
| void | getUTCTimeZoneOffset (short &hour_offset, short &minute_offset) const |
| Obtain the UTC offset. | |
| void | setUTCTimeZoneOffset (short hour_offset, short minute_offset) throw ((Exception)) |
| Set the UTC offset. | |
| bool | operator== (const GMonth &other) const |
| The equality operator. | |
| bool | operator!= (const GMonth &other) const |
| The inequality operator. | |
| GMonth & | operator= (const GMonth &rhs) |
| Assignment operator. | |
| GMonth & | operator+= (const Duration &rhs) throw ((IT_Bus::Exception)) |
| Duration addition with assignment operator. | |
| GMonth & | operator-= (const Duration &rhs) throw ((IT_Bus::Exception)) |
| Duration subtraction with assignment operator. | |
|
|
Constructor.
|
|
|
Constructor.
|
|
|
Constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Returns a reference to an AnyType that is a copy of the AnyType parameter. Derived classes override this method, providing an appropriate implementation. In this base class, this method is not supported; an exception is always thrown.
Reimplemented from IT_Bus::AnyType. |
|
|
Sets the month represented by the instance.
|
|
|
Returns the IT_Bus::AnyType::Kind for the type.
Reimplemented from IT_Bus::AnySimpleType. |
|
|
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
Reimplemented from IT_Bus::AnyType. |
|
|
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
Reimplemented from IT_Bus::AnyType. |
|
|
Returns the IT_Bus::QName for the type.
Implements IT_Bus::AnyType. |
|
|
Returns a numeric representation of the month.
|
|
||||||||||||
|
Obtain the UTC offset. Hour and minute offsets are returned via out parameters. |
|
|
Returns a flag indicating whether the UTC offset is set.
|
|
|
The inequality operator.
|
|
|
Duration addition with assignment operator.
|
|
|
Duration subtraction with assignment operator.
|
|
|
Assignment operator.
|
|
|
The equality operator.
|
|
|
Read the value into the instance. Derived classes implement this method. Implements IT_Bus::AnySimpleType. |
|
|
Sets the local time zone.
|
|
|
Set the month represented by the instance from a numeric representation.
|
|
||||||||||||
|
Set the UTC offset.
|
|
|
Returns the month represented by the instance.
|
|
|
Write the instance value. Derived classes implement this method. Implements IT_Bus::AnySimpleType. |
1.3.9.1