#include <Attribute.h>
Public Member Functions | |
Attribute (const std::string &name, int type_id, bool qualified=false, std::string defaultVal="", std::string fixedVal="", bool use=false) | |
Attribute (void) | |
std::string | getName () const |
int | getType () const |
bool | isRequired () const |
std::string | defaultVal () const |
std::string | fixedVal () const |
bool | isQualified () const |
Attribute & | operator= (const Attribute &a) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|