
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) |
Definition at line 27 of file Attribute.h.
1.4.6