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.
Object clone ()
 Creates a clone of this object.

Package Functions

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

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::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.

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::GetValue (  )  [inline]

Gets the value of this object.

Returns:
Value of the object.

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

Object javawrapper::ModelString::clone (  )  [inline]

Creates a clone of this object.

Returns:
Object


The documentation for this class was generated from the following file:
Generated on Thu May 24 09:34:54 2007 for SORTIE Java Interface by  doxygen 1.5.2