qmf::engine::SchemaProperty Class Reference
#include <qmf/engine/Schema.h>
List of all members.
Detailed Description
Definition at line 90 of file Schema.h.
Constructor & Destructor Documentation
qmf::engine::SchemaProperty::SchemaProperty |
( |
const char * |
name, |
|
|
Typecode |
typecode | |
|
) |
| | |
qmf::engine::SchemaProperty::SchemaProperty |
( |
const SchemaProperty & |
from |
) |
|
qmf::engine::SchemaProperty::~SchemaProperty |
( |
|
) |
|
Member Function Documentation
Access qmf::engine::SchemaProperty::getAccess |
( |
|
) |
const |
const char* qmf::engine::SchemaProperty::getDesc |
( |
|
) |
const |
const char* qmf::engine::SchemaProperty::getName |
( |
|
) |
const |
Typecode qmf::engine::SchemaProperty::getType |
( |
|
) |
const |
const char* qmf::engine::SchemaProperty::getUnit |
( |
|
) |
const |
bool qmf::engine::SchemaProperty::isIndex |
( |
|
) |
const |
bool qmf::engine::SchemaProperty::isOptional |
( |
|
) |
const |
void qmf::engine::SchemaProperty::setAccess |
( |
Access |
access |
) |
|
void qmf::engine::SchemaProperty::setDesc |
( |
const char * |
desc |
) |
|
void qmf::engine::SchemaProperty::setIndex |
( |
bool |
val |
) |
|
void qmf::engine::SchemaProperty::setOptional |
( |
bool |
val |
) |
|
void qmf::engine::SchemaProperty::setUnit |
( |
const char * |
val |
) |
|
The documentation for this class was generated from the following file: