Public Member Functions | |
ModelInt (int iValue, String sDescriptor, String sXMLTag) | |
Constructor. | |
String | toString () |
Required overridden method. | |
ModelInt (String sDescriptor, String sXMLTag) | |
Constructor. | |
void | SetValue (int iValue) |
Sets the Integer value. | |
int | GetValue () |
Gets the Integer value. | |
Object | clone () |
Creates a clone of this object. | |
Protected Attributes | |
int | m_iValue |
Variable's value. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper.ModelInt.ModelInt | ( | int | iValue, | |
String | sDescriptor, | |||
String | sXMLTag | |||
) |
Constructor.
iValue | Integer value being encapsulated | |
sDescriptor | Descriptor string | |
sXMLTag | The XML tag associated with this piece of data. |
javawrapper.ModelInt.ModelInt | ( | String | sDescriptor, | |
String | sXMLTag | |||
) |
Constructor.
sDescriptor | Descriptor string | |
sXMLTag | The XML tag associated with this piece of data. |
String javawrapper.ModelInt.toString | ( | ) | [virtual] |
Required overridden method.
Implements javawrapper.ModelData.
void javawrapper.ModelInt.SetValue | ( | int | iValue | ) |
Sets the Integer value.
iValue | Value to set. |
int javawrapper.ModelInt.GetValue | ( | ) |
Gets the Integer value.
Object javawrapper.ModelInt.clone | ( | ) |
Creates a clone of this object.
int javawrapper.ModelInt.m_iValue [protected] |
Variable's value.