Synalyze It!  1.10
Public Member Functions | List of all members
StringValue Class Reference

The StringValue class. A string value contains a string parsed in a file. More...

Inheritance diagram for StringValue:
Value

Public Member Functions

String getString ()
 Get string. More...
 
 setString (String string)
 Set string. More...
 
- Public Member Functions inherited from Value
String getName ()
 Get name. More...
 
 setName (String name)
 Set name. More...
 
VALUE_TYPE getType ()
 Get value type. More...
 

Detailed Description

The StringValue class. A string value contains a string parsed in a file.

Author
Andreas Pehnack

Member Function Documentation

String getString ( )

Get string.

Get a string from the value.

Author
Andreas Pehnack
Date
2009-09-08
Returns
The string
setString ( String  string)

Set string.

Set the string in a value object.

Author
Andreas Pehnack
Date
2009-09-08
Parameters
[in]stringThe string to be set

The documentation for this class was generated from the following file: