Inheritance diagram for javawrapper::ModelData:
Public Member Functions | |
ModelData (String sDescriptor, String sXMLTag) | |
Constructor. | |
String | GetDescriptor () |
Returns the descriptor string. | |
String | GetXMLTag () |
Returns the XML tag associated with this piece of data. | |
abstract String | toString () |
String representation of the value. | |
Protected Attributes | |
String | m_sDescriptor |
Descriptive string. | |
String | m_sXMLTag |
XML tag. |
The additional information allows for automation of lots of data operations.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the descriptor string.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the XML tag associated with this piece of data.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
String representation of the value. Required to be overridden.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) Implemented in javawrapper::ModelEnum, javawrapper::ModelFloat, javawrapper::ModelInt, javawrapper::ModelString, and javawrapper::ModelVector. |
|
Descriptive string. This should be meaningful to the user because it will be used in error messages and entry windows. |