fesa-core
7.0.0
|
Used to store all data-store-specific information which comes from the instance-file. More...
#include <DataStoreElement.h>
Public Member Functions | |
virtual const std::string & | getDataStoreName () const =0 |
returns name of the data store, presented by this data-store-element More... | |
virtual bool | isFieldElement (const std::string &fieldName) const =0 |
returns true, if a field-element of the name "fieldName" was defined for this data-store in the instantiation-file More... | |
virtual boost::shared_ptr < FieldElement > | getFieldElement (const std::string &fieldName) const =0 |
returns the requested field-element, if available. Throws an exception if the FieldElement is not found More... | |
Used to store all data-store-specific information which comes from the instance-file.
|
pure virtual |
returns name of the data store, presented by this data-store-element
Implemented in fesa::DataStoreElementImpl.
|
pure virtual |
returns the requested field-element, if available. Throws an exception if the FieldElement is not found
fieldName | fieldName used for the search |
Implemented in fesa::DataStoreElementImpl.
|
pure virtual |
returns true, if a field-element of the name "fieldName" was defined for this data-store in the instantiation-file
fieldName | name of the field to check |
Implemented in fesa::DataStoreElementImpl.