#include <ClassHierarchy.h>
Collaboration diagram for AttributeInfo:

Public Member Functions | |
| AttributeInfo () | |
Public Attributes | |
| IopcDataType | type |
| CStdString | additionalInfo |
| CStdString | columnName |
| CStdString | columnType |
| bool | persistent |
| int | groupNo |
| CStdString | tmpDeclaredIn |
| FullClassInfo * | declaredIn |
type, columnName and columnType set.Name of the attribute is used as a key in AttributeContainer.
|
|
Simple constructor.
|
|
|
C++ type of the attribute.
|
|
|
If
|
|
|
Name of DB column to which the attribute should be mapped.
|
|
|
Type of the DB column.
|
|
|
Is the attribute persistent?
|
|
|
Number of group that contains this attribute.
|
|
|
In which class the attribute was declared (empty if it was declared in the class that contains this
|
|
|
Pointer to class in which the attribute was declared.
|