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. | |
Object | clone () |
Creates a clone of this object. | |
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 | |||
) |
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 | |||
) |
Constructor.
sDescriptor | Descriptor string. | |
sXMLTag | The XML tag associated with this piece of data. |
String javawrapper.ModelFloat.toString | ( | ) | [virtual] |
Required overridden method.
Implements javawrapper.ModelData.
void javawrapper.ModelFloat.SetValue | ( | float | fValue | ) |
Sets the float value.
fValue | Value to set. |
float javawrapper.ModelFloat.GetValue | ( | ) |
Gets the float value.
Object javawrapper.ModelFloat.clone | ( | ) |
Creates a clone of this object.
float javawrapper.ModelFloat.m_fValue [protected] |
Variable value.