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. | |
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 | |||
) | [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. |
String javawrapper::ModelFloat::toString | ( | ) | [inline, virtual] |
Required overridden method.
Implements javawrapper::ModelData.
void javawrapper::ModelFloat::SetValue | ( | float | fValue | ) | [inline] |
Sets the float value.
fValue | Value to set. |
float javawrapper::ModelFloat::GetValue | ( | ) | [inline] |
Gets the float value.
Object javawrapper::ModelFloat::clone | ( | ) | [inline] |
Creates a clone of this object.