javawrapper::ModelInt Class Reference

This class packages integer values with additional data. More...

Inheritance diagram for javawrapper::ModelInt:

javawrapper::ModelData List of all members.

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.

Detailed Description

This class packages integer values with additional data.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Constructor & Destructor Documentation

javawrapper::ModelInt::ModelInt int  iValue,
String  sDescriptor,
String  sXMLTag
[inline]
 

Constructor.

Parameters:
iValue Integer value being encapsulated
sDescriptor Descriptor string
sXMLTag The XML tag associated with this piece of data.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

javawrapper::ModelInt::ModelInt String  sDescriptor,
String  sXMLTag
[inline]
 

Constructor.

Parameters:
sDescriptor Descriptor string
sXMLTag The XML tag associated with this piece of data.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Function Documentation

int javawrapper::ModelInt::GetValue  )  [inline]
 

Gets the Integer value.

Returns:
The Integer value.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

void javawrapper::ModelInt::SetValue int  iValue  )  [inline]
 

Sets the Integer value.

Parameters:
iValue Value to set.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

String javawrapper::ModelInt::toString  )  [inline, virtual]
 

Required overridden method.

Returns:
String representation of the value.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

Implements javawrapper::ModelData.


The documentation for this class was generated from the following file:
Generated on Mon Mar 27 15:15:43 2006 for SORTIE Java Interface by  doxygen 1.4.6-NO