javawrapper::ModelString Class Reference

Packages a String value together with additional data. More...

Inheritance diagram for javawrapper::ModelString:

javawrapper::ModelData List of all members.

Public Member Functions

String toString ()
 Required overridden method.
void SetValue (String sValue)
 Sets the value of this object.
String GetValue ()
 Gets the value of this object.

Package Functions

 ModelString (String sValue, String sDescriptor, String sXMLTag)
 Constructor.

Private Attributes

String m_sValue
 String value being packaged.

Detailed Description

Packages a String value together 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::ModelString::ModelString ( String  sValue,
String  sDescriptor,
String  sXMLTag 
) [inline, package]

Constructor.

Parameters:
sValue Value of this object.
sDescriptor Descriptive string. This should be meaningful to the user because it will be used in error messages and entry windows
sXMLTag Data's XML tag.

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


Member Function Documentation

String javawrapper::ModelString::GetValue (  )  [inline]

Gets the value of this object.

Returns:
Value of the object.

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

void javawrapper::ModelString::SetValue ( String  sValue  )  [inline]

Sets the value of this object.

Parameters:
sValue Value to set.

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

String javawrapper::ModelString::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 Wed Nov 29 08:45:05 2006 for SORTIE Java Interface by  doxygen 1.4.7