Inheritance diagram for javawrapper::DataMemberData:
Public Member Functions | |
DataMemberData (int iNumFloats, int iNumInts, int iNumChars, int iNumBools) throws ModelException | |
Constructor. | |
void | SetValue (int iIndex, Integer iValue) throws ModelException |
Sets an integer data member's value. | |
void | SetValue (int iIndex, Float fValue) throws ModelException |
Sets a float data member's value. | |
void | SetValue (int iIndex, Boolean bValue) throws ModelException |
Sets a boolean data member's value. | |
void | SetValue (int iIndex, String sValue) throws ModelException |
Sets a char data member's value. | |
Protected Attributes | |
Float[] | mp_fFloats |
Float data members. | |
Integer[] | mp_iInts |
Int data members. | |
Boolean[] | mp_bBools |
Bool data members. | |
String[] | mp_sChars |
Char data members - these may get truncated when read into C++. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor. Creates the arrays.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets a char data member's value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets a boolean data member's value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets a float data member's value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets an integer data member's value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |