IT_Bus::Language Class Reference

Inheritance diagram for IT_Bus::Language:

IT_Bus::Token IT_Bus::NormalizedString IT_Bus::AnySimpleType IT_Bus::AnyType IT_Bus::ImplementationDetails List of all members.

Detailed Description

Definition at line 20 of file language.h.

Public Types

typedef IT_Reflect::ValueRef<
IT_Bus::Language
IT_ReflectionType

Public Member Functions

virtual AnyTypecopy (const AnyType &copy)
 Returns a reference to an AnyType that is a copy of the AnyType parameter.
virtual const QNameget_type () const
 Returns the IT_Bus::QName for the type.
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.

Protected Member Functions

virtual void validate_string (const String &value) throw ((IT_Bus::Exception))
 Confirms that supplied string does not include invalid characters.
virtual bool allow_empty_string () const


Member Function Documentation

virtual AnyType& IT_Bus::Language::copy ( const AnyType copy  )  [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::Token.

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

Returns the IT_Bus::QName for the type.

Derived subclasses implement this method and return their QName.

Returns:
NT_SCHEMA_TOKEN.

Reimplemented from IT_Bus::Token.

virtual IT_Reflect::Reflection* IT_Bus::Language::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::Token.

virtual const IT_Reflect::Reflection* IT_Bus::Language::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::Token.

virtual void IT_Bus::Language::validate_string ( const String value  )  throw ((IT_Bus::Exception)) [protected, virtual]

Confirms that supplied string does not include invalid characters.

This method simply invokes the is_valid_token() method.

Parameters:
String to test for validity.

Reimplemented from IT_Bus::Token.


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