#include <MyDataModel.hxx>
Public Member Functions | |
MyDataObject () | |
virtual string | getPath () |
Public Member Functions inherited from DataObject | |
DataObject () | |
~DataObject () | |
void | setLabel (string label) |
string | getLabel () |
void | setProperty (string key, string value) |
string | getProperty (string key) |
string | getPathName () |
string | getNameId () |
string | toString () |
Static Public Attributes | |
static const string | PROPERTY_KEY_TYPE = "type" |
static const string | PROPERTY_KEY_CIRCUIT ="circuit" |
static const string | PROPERTY_KEY_REPFONC ="rf" |
Static Public Attributes inherited from DataObject | |
static const string | pathsep = string("/") |
MyDataObject::MyDataObject | ( | ) |
References PROPERTY_KEY_CIRCUIT, PROPERTY_KEY_REPFONC, PROPERTY_KEY_TYPE, and DataObject::setProperty().
|
virtual |
This function specified the localization of the object in the hierarchical organization
Implements DataObject.
References DataObject::getProperty(), DataObject::pathsep, PROPERTY_KEY_CIRCUIT, PROPERTY_KEY_REPFONC, and PROPERTY_KEY_TYPE.
|
static |
|
static |
|
static |