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. | |
Object | clone () |
Creates a clone of this object. | |
Package Functions | |
ModelString (String sValue, String sDescriptor, String sXMLTag) | |
Constructor. |
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::toString | ( | ) | [inline, virtual] |
Required overridden method.
Implements javawrapper::ModelData.
void javawrapper::ModelString::SetValue | ( | String | sValue | ) | [inline] |
Sets the value of this object.
sValue | Value to set. |
String javawrapper::ModelString::GetValue | ( | ) | [inline] |
Gets the value of this object.
Object javawrapper::ModelString::clone | ( | ) | [inline] |
Creates a clone of this object.