#include <fluidx/DatastoreItemDescriptor.hpp>
Public Member Functions | |
DatastoreItemDescriptor ()=delete | |
DatastoreItemDescriptor (const std::string &ID, const std::string &PrefixPath, const std::string &RelativePath, openfluid::core::UnstructuredValue::UnstructuredType Type) | |
void | setUnitsClass (const openfluid::core::UnitsClass_t &UnitsClass) |
void | setUnitClass (const std::string &UnitsClass) |
openfluid::core::UnitsClass_t | getUnitsClass () const |
openfluid::core::UnitsClass_t | getUnitClass () const |
std::string | getID () const |
std::string | getPrefixPath () const |
std::string | getRelativePath () const |
openfluid::core::UnstructuredValue::UnstructuredType | getType () const |
|
delete |
openfluid::fluidx::DatastoreItemDescriptor::DatastoreItemDescriptor | ( | const std::string & | ID, |
const std::string & | PrefixPath, | ||
const std::string & | RelativePath, | ||
openfluid::core::UnstructuredValue::UnstructuredType | Type | ||
) |
std::string openfluid::fluidx::DatastoreItemDescriptor::getID | ( | ) | const |
std::string openfluid::fluidx::DatastoreItemDescriptor::getPrefixPath | ( | ) | const |
std::string openfluid::fluidx::DatastoreItemDescriptor::getRelativePath | ( | ) | const |
openfluid::core::UnstructuredValue::UnstructuredType openfluid::fluidx::DatastoreItemDescriptor::getType | ( | ) | const |
|
inline |
openfluid::core::UnitsClass_t openfluid::fluidx::DatastoreItemDescriptor::getUnitsClass | ( | ) | const |
|
inline |
void openfluid::fluidx::DatastoreItemDescriptor::setUnitsClass | ( | const openfluid::core::UnitsClass_t & | UnitsClass | ) |