IT_Bus::UByteNillable Class Reference

#include <it_bus/nillable_types.h>

Inheritance diagram for IT_Bus::UByteNillable:

IT_Bus::NillableValueBase< T > IT_Bus::Nillable IT_Bus::AnyType IT_Bus::ImplementationDetails List of all members.

Detailed Description

Class representing a nillable implementation of the built-in UByte type.

See header file for complete method details.

Definition at line 583 of file nillable_types.h.

Public Member Functions

const QNameget_type () const
 Returns the IT_Bus::QName for the type.
AnyTypecopy (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::Reflectionget_reflection () throw ((IT_Reflect::ReflectException))
 Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
virtual const IT_Reflect::Reflectionget_reflection () const throw ((IT_Reflect::ReflectException))
 Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.


Member Function Documentation

const QName& IT_Bus::UByteNillable::get_type (  )  const [virtual]

Returns the IT_Bus::QName for the type.

Derived subclasses implement this method and return their QName.

Returns:
IT_Bus::QName.

Reimplemented from IT_Bus::NillableValueBase< T >.

AnyType& IT_Bus::UByteNillable::copy ( const AnyType other  )  [virtual]

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.

Parameters:
AnyType to be copied.
Returns:
A reference to AnyType.
Exceptions:
IT_Bus::Exception with message "Copy not supported"

Reimplemented from IT_Bus::NillableValueBase< T >.

virtual IT_Reflect::Reflection* IT_Bus::UByteNillable::get_reflection (  )  throw ((IT_Reflect::ReflectException)) [virtual]

Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.

Returns:
IT_Reflect::Reflection
Exceptions:
IT_Reflect::ReflectException 

Reimplemented from IT_Bus::AnyType.

virtual const IT_Reflect::Reflection* IT_Bus::UByteNillable::get_reflection (  )  const throw ((IT_Reflect::ReflectException)) [virtual]

Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.

Returns:
IT_Reflect::Reflection
Exceptions:
IT_Reflect::ReflectException 

Reimplemented from IT_Bus::AnyType.


Generated on Tue Mar 20 15:28:03 2007 for Artix by  doxygen 1.5.1-p1