sdValue Class Reference

Inheritance diagram for sdValue:

sdBase sdHierValue sdLeafValue


Public Methods

virtual ~sdValue ()
unsigned int getId () const
const std::string & getName () const
const std::string & getDescription () const
sdValueSubType getSubType () const

Detailed Description

The sdValue class gives the description of the value of an attribute. The value can be a fundamental data type such as an unsigned integer, or it can be a composite type.


Constructor & Destructor Documentation

sdValue::~sdValue   [virtual]
 

This is the sdValue destructor.


Member Function Documentation

const std::string & sdValue::getDescription   const
 

This function returns the description of this schema value object.

unsigned int sdValue::getId   const
 

This function returns the ID of this schema value object.

const std::string * sdValue::getName   const
 

This function returns the name of this schema value object.

sdValueSubType sdValue::getSubType   const
 

This function returns the sub type of this schema value object. For example, the sub type might indicate a leaf value or a hierarchical value.


The documentation for this class was generated from the following files:

Return to top of page