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
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the value of this object.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets the value of this object.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Required overridden method.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) Implements javawrapper::ModelData. |