Public Member Functions | |
Constructor / Destructor | |
| CP_PropertyDefinition () | |
| Constructor. | |
| CP_PropertyDefinition (const CP_PropertyDefinition &inPropertyDefinition) | |
| virtual | ~CP_PropertyDefinition () throw () |
| Destructor. | |
Getters | |
| CP_String | GetAccess () const |
| DescType | GetCode () const |
| CP_String | GetName () const |
| CP_String | GetType () const |
operators | |
| CP_PropertyDefinition & | operator= (const CP_PropertyDefinition &inPropertyDefinition) |
Setters | |
| void | SetAccess (const CP_String &inAccess) |
| void | SetCode (const DescType inCode) |
| void | SetName (const CP_String &inName) |
| void | SetType (const CP_String &inType) |
Private Attributes | |
| CP_String | fName |
| CP_String | fType |
| DescType | fCode |
| CP_String | fAccess |
|
|
Constructor.
|
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Returns the access of this property definition.
|
|
|
Returns the code of this property definition.
|
|
|
Returns the name of this property definition.
|
|
|
Returns the type of this property definition.
|
|
|
Assignment operator.
|
|
|
Sets the access of this property definition.
|
|
|
Sets the code of this property definition.
|
|
|
Sets the name of this property definition.
|
|
|
Sets the type of this property definition.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.0