1 #ifndef __JLANG__JTITLE__ 
    2 #define __JLANG__JTITLE__ 
   12 namespace JPP { 
using namespace JLANG; }
 
const std::string & getTitle() const 
Get title. 
 
void setTitle(const std::string &title)
Set title. 
 
JTitle()
Default constructor. 
 
Auxiliary class for title. 
 
JTitle(const char *title)
Constructor. 
 
JTitle(const std::string &title)
Constructor.