2 * Copyright 2008, Haiku.
3 * Distributed under the terms of the MIT license.
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
27 BString
* fTranslation
;
29 const char* ElementForType();
32 Value(BString
* value
= NULL
, Type type
= kUnknownValue
);
35 void SetType(Type type
);
38 // mandatory in a valid statement
39 void SetValue(BString
* value
);
43 void SetTranslation(BString
* translation
);
44 BString
* GetTranslation();
46 // convenience methods
47 const char* GetValueString();
48 const char* GetTranslationString();