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.

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 
) [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.


Member Function Documentation

String javawrapper.ModelString.toString (  )  [virtual]

Required overridden method.

Returns:
String representation of the value.

Implements javawrapper.ModelData.

void javawrapper.ModelString.SetValue ( String  sValue  ) 

Sets the value of this object.

Parameters:
sValue Value to set.

String javawrapper.ModelString.GetValue (  ) 

Gets the value of this object.

Returns:
Value of the object.

Object javawrapper.ModelString.clone (  ) 

Creates a clone of this object.

Returns:
Object


Member Data Documentation

String value being packaged.


The documentation for this class was generated from the following file:

Generated on Wed Oct 28 14:01:22 2009 for SORTIE Java Interface by  doxygen 1.5.6