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
javawrapper::ModelData::ModelData | ( | String | sDescriptor, | |
String | sXMLTag | |||
) | [inline] |
Constructor.
sDescriptor | Descriptor string. | |
sXMLTag | The XML tag associated with this piece of data. |
String javawrapper::ModelData::GetDescriptor | ( | ) | [inline] |
Returns the descriptor string.
String javawrapper::ModelData::GetXMLTag | ( | ) | [inline] |
Returns the XML tag associated with this piece of data.
abstract String javawrapper::ModelData::toString | ( | ) | [pure virtual] |
String representation of the value.
Required to be overridden.
Implemented in javawrapper::ModelEnum, javawrapper::ModelFloat, javawrapper::ModelInt, javawrapper::ModelString, and javawrapper::ModelVector.
String javawrapper::ModelData::m_sDescriptor [protected] |
Descriptive string.
This should be meaningful to the user because it will be used in error messages and entry windows.