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
| javawrapper::ModelFloat::ModelFloat | ( | float | fValue, | |
| String | sDescriptor, | |||
| String | sXMLTag | |||
| ) | [inline] |
Constructor.
| fValue | Float value being encapsulated | |
| sDescriptor | Descriptor string. | |
| sXMLTag | The XML tag associated with this piece of data. |
| javawrapper::ModelFloat::ModelFloat | ( | String | sDescriptor, | |
| String | sXMLTag | |||
| ) | [inline] |
Constructor.
| sDescriptor | Descriptor string. | |
| sXMLTag | The XML tag associated with this piece of data. |
| float javawrapper::ModelFloat::GetValue | ( | ) | [inline] |
Gets the float value.
| void javawrapper::ModelFloat::SetValue | ( | float | fValue | ) | [inline] |
Sets the float value.
| fValue | Value to set. |
| String javawrapper::ModelFloat::toString | ( | ) | [inline, virtual] |
Required overridden method.
Implements javawrapper::ModelData.
1.4.7