#include <mrprjContent.h>
Collaboration diagram for mrprj::Property:

Public Methods | |
| Property (krmuo::LoggingUnit &pLoggingUnit, const string &pName, const string &pType, const string &pOwner, const string &pLabel, const string &pDescription) | |
| constructor for class Property  | |
| ~Property () | |
| class-destructor  | |
| const string & | getName () const | 
| returns the content of mName | |
| const string & | getType () const | 
| returns the content of mType | |
| const string & | getOwner () const | 
| returns the content of mOwne | |
| const string & | getLabel () const | 
| returns the content of mLabel | |
| const string & | getDescription () const | 
| returns the content of mDescription | |
instances of the class Property have the task to hold and change the content of those entries of the mrProject-Xml-File, by which a property is defined
Definition at line 205 of file mrprjContent.h.
      
  | 
  ||||||||||||||||||||||||||||
| 
 constructor for class Property 
 
 
 Definition at line 213 of file mrprjContent.cc. References HM.  | 
  
      
  | 
  
| 
 class-destructor 
 class-destructor which gets no parameters and returns nothing Definition at line 238 of file mrprjContent.cc. References HM, and krmuo::LoggingUnit::makeEntry().  | 
  
1.2.17