14#ifndef MODB_PROPERTYINFO_H
15#define MODB_PROPERTYINFO_H
99 const std::string& property_name,
107 const std::string& property_name,
117 const std::string& property_name,
135 const std::string&
getName()
const {
return property_name; }
167 std::string property_name;
Interface definition file for EnumInfo.
Enum info defines the set of possible values for an enum as well as the properties current defined by...
Definition EnumInfo.h:40