25 #include "PropFileReader.h"
28 typedef map<string,Method> Meth;
29 typedef map<string,Field> Fld;
46 void generatee(
string);
47 string getName()
const;
49 string getAccess()
const;
50 void setAccess(
string);
51 string getType()
const;
53 string getPackage()
const;
54 void setPackage(
string);
55 string getBase()
const;
57 string getInterfaces()
const;
58 void setInterfaces(
string);
59 string getLang()
const;
62 Field getField(
string);