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. | |
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 | |||
) | [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 | ( | ) | [virtual] |
Required overridden method.
Implements javawrapper.ModelData.
void javawrapper.ModelString.SetValue | ( | String | sValue | ) |
Sets the value of this object.
sValue | Value to set. |
String javawrapper.ModelString.GetValue | ( | ) |
Gets the value of this object.
Object javawrapper.ModelString.clone | ( | ) |
Creates a clone of this object.
String javawrapper.ModelString.m_sValue [private] |
String value being packaged.