The StringValue class. A string value contains a string parsed in a file. More...
Public Member Functions | |
String | getString () |
Get string. More... | |
setString (String string) | |
Set string. More... | |
![]() | |
String | getName () |
Get name. More... | |
setName (String name) | |
Set name. More... | |
VALUE_TYPE | getType () |
Get value type. More... | |
The StringValue class. A string value contains a string parsed in a file.
String getString | ( | ) |
Get string.
Get a string from the value.
setString | ( | String | string | ) |
Set string.
Set the string in a value object.
[in] | string | The string to be set |