#include <it_bus/nillable_types.h>
Inheritance diagram for IT_Bus::DateNillable:
See header file for complete method details.
Definition at line 1201 of file nillable_types.h.
Public Member Functions | |
const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
AnyType & | copy (const AnyType &other) |
Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
virtual void | write_value (const QName &name, ComplexTypeWriter &writer) const throw ((SerializationException)) |
Write the non-nil value. | |
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. |
|
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::NillableValueBase< IT_Bus::Date >. |
|
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. Derived subclasses implement this method and return their QName.
Reimplemented from IT_Bus::NillableValueBase< IT_Bus::Date >. |