12 #include <vlutil/vlString.h>
36 virtual const DtStringTree* findKey(
const DtString& key)
const;
39 inline void setValue(DtString newValue) {myValue = newValue;};
40 inline const DtString&
value()
const {
return myValue;};
41 inline void setKey(DtString newValue) {myKey = newValue;};
42 inline const DtString&
key()
const {
return myKey;};
43 inline void setDatatype(DtString newValue) {myDatatype = newValue;};
44 inline const DtString&
datatype()
const {
return myDatatype;};
45 inline void setOffset(
unsigned int newValue) {myOffset = newValue;};
46 inline unsigned int offset()
const {
return myOffset;} ;