Inheritance diagram for javawrapper::ModelString:
Public Member Functions | |
String | toString () |
Required overridden method. | |
void | SetValue (String sValue) |
Sets the value of this object. | |
String | GetValue () |
Gets the value of this object. | |
Package Functions | |
ModelString (String sValue, String sDescriptor, String sXMLTag) | |
Constructor. | |
Private Attributes | |
String | m_sValue |
String value being packaged. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper::ModelString::ModelString | ( | String | sValue, | |
String | sDescriptor, | |||
String | sXMLTag | |||
) | [inline, package] |
Constructor.
sValue | Value of this object. | |
sDescriptor | Descriptive string. This should be meaningful to the user because it will be used in error messages and entry windows | |
sXMLTag | Data's XML tag. |
String javawrapper::ModelString::GetValue | ( | ) | [inline] |
Gets the value of this object.
void javawrapper::ModelString::SetValue | ( | String | sValue | ) | [inline] |
Sets the value of this object.
sValue | Value to set. |
String javawrapper::ModelString::toString | ( | ) | [inline, virtual] |
Required overridden method.
Implements javawrapper::ModelData.