Inheritance diagram for javawrapper::ModelInt:

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. | |
Protected Attributes | |
| int | m_iValue |
| Variable's 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 Integer value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Sets the Integer 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. |
1.4.6-NO