- getData
Data getData(Dstring fmt)
 Data getData(TypeInfo type)
Data getData(Dstring fmt, bool doConvert)
- getDataPresent
bool getDataPresent(Dstring fmt)
 bool getDataPresent(TypeInfo type)
bool getDataPresent(Dstring fmt, bool canConvert)
- getFormats
Dstring[] getFormats()
 - setData
void setData(Data obj)
 void setData(Dstring fmt, Data obj)
void setData(TypeInfo type, Data obj)
void setData(Dstring fmt, bool canConvert, Data obj)