oaStringValue Class Reference

Inheritance diagram for oaStringValue:

oaValue oaObject


Public Methods

void get (oaString &value) const
void set (const oaString &value)

Static Public Methods

oaStringValue * create (oaObject *database, const oaString &value)

Detailed Description


Member Function Documentation

oaStringValue * oaStringValue::create oaObject *    database,
const oaString &    value
[static]
 

This function creates a string value in the specified database.

Parameters:
database pointer to database
value string value to set on this oaStringValue object.

void oaStringValue::get oaString &    value const
 

This function returns the string value of this object.

Parameters:
value The string object.

void oaStringValue::set const oaString &    value
 

This function sets the string value of this object to the specified string.

Parameters:
value The string object.


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

Return to top of page