Inheritance diagram for javawrapper::ModelFloat:
Public Member Functions | |
ModelFloat (float fValue, String sDescriptor, String sXMLTag) | |
Constructor. | |
String | toString () |
Required overridden method. | |
ModelFloat (String sDescriptor, String sXMLTag) | |
Constructor. | |
void | SetValue (float fValue) |
Sets the float value. | |
float | GetValue () |
Gets the float value. | |
Protected Attributes | |
float | m_fValue |
Variable value. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the float value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets the float value.
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. |