SORTIE Java Interface  1
Public Member Functions | Protected Attributes | List of all members
sortie.tools.parfileupdater.ModelData Class Reference

This is a base class for packaging data values with additional information. More...

Public Member Functions

 ModelData (String sXMLTag)
 Constructor. More...
 
 ModelData (String sXMLTag, String sChildTag)
 Constructor. More...
 

Protected Attributes

String m_sXMLTag
 XML tag. More...
 

Detailed Description

This is a base class for packaging data values with additional information.

The additional information allows for automation of lots of data operations.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
June 29, 2012: Created (LEM)

Constructor & Destructor Documentation

◆ ModelData() [1/2]

sortie.tools.parfileupdater.ModelData.ModelData ( String  sXMLTag)

Constructor.

Parameters
sXMLTagThe XML tag associated with this piece of data.

◆ ModelData() [2/2]

sortie.tools.parfileupdater.ModelData.ModelData ( String  sXMLTag,
String  sChildTag 
)

Constructor.

Parameters
sXMLTagThe XML tag associated with this piece of data.
sChildTagChild tag if vector.

Member Data Documentation

◆ m_sXMLTag

String sortie.tools.parfileupdater.ModelData.m_sXMLTag
protected

XML tag.


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