A class for representing built-in XML Schema types.
More...
#include <SimpleBuiltInType.h>
A class for representing built-in XML Schema types.
It represents atomic types like: string, int, byte and others.
Definition at line 44 of file SimpleBuiltInType.h.
te::xsd::SimpleBuiltInType::SimpleBuiltInType |
( |
BuiltInType |
type | ) |
|
Copy constructor.
- Parameters
-
rhs | Right-hand-side object. |
te::xsd::SimpleBuiltInType::~SimpleBuiltInType |
( |
| ) |
|
Type* te::xsd::SimpleBuiltInType::clone |
( |
| ) |
const |
|
virtual |
const std::string& te::xsd::SimpleBuiltInType::getName |
( |
| ) |
const |
It returns the built-in type name.
- Returns
- The built-in type name.
BuiltInType te::xsd::SimpleBuiltInType::getType |
( |
| ) |
const |
It returns the built-in type code.
- Returns
- The built-in type code.
Assignment operator.
- Parameters
-
rhs | Right-hand-side object. |
- Returns
- A reference to this object.
std::string te::xsd::SimpleBuiltInType::m_typeNames[1] |
|
staticprivate |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/xsd/SimpleBuiltInType.h