#include <Group.h>
Public Member Functions | |
Group () | |
~Group () | |
Group (const Group &g) | |
Group (const std::string &name, int minimum, int maximum) | |
int | getMin () const |
void | setMin (int m) |
int | getMax () const |
void | setMax (int m) |
std::string | getName () const |
void | setName (const std::string &n) |
void | setAnnotation (const std::string &s) |
ContentModel * | getContents () const |
void | setContents (const ContentModel *cm, bool isRef=false) |
Definition at line 33 of file Group.h.
Schema::Group::Group | ( | const std::string & | name, | |
int | minimum, | |||
int | maximum | |||
) |
void Schema::Group::setName | ( | const std::string & | n | ) | [inline] |
void Schema::Group::setAnnotation | ( | const std::string & | s | ) | [inline] |
ContentModel * Schema::Group::getContents | ( | ) | const [inline] |
Definition at line 117 of file Group.h.
Referenced by Schema::ContentModel::addGroup().
void Schema::Group::setContents | ( | const ContentModel * | cm, | |
bool | isRef = false | |||
) | [inline] |
Definition at line 125 of file Group.h.
Referenced by Schema::ContentModel::addGroup().