oaValueArrayValue Class Reference

Inheritance diagram for oaValueArrayValue:

oaValue oaObject


Public Methods

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

Static Public Methods

oaValueArrayValue * create (oaObject *database, const oaValueArray &value)

Detailed Description

The oaValueArrayValue class represents a value that is an array of oaValue objects. All values in the array and this value array must be in the same database.

See oaValue for a discussion of the usage of all of the oaValue subclasses.


Member Function Documentation

oaValueArrayValue * oaValueArrayValue::create oaObject *    database,
const oaValueArray &    value
[static]
 

This function creates a valueArray value in the database specified.

Parameters:
database The database in which to create the value
value The valueArray value
Exceptions:
oacInvalidDatabase 

void oaValueArrayValue::get oaValueArray &    value const
 

This function returns the valueArray for of this value.

Parameters:
value The returned value.

void oaValueArrayValue::set const oaValueArray &    value
 

This function sets this value to the specified valueArray value.

Parameters:
value The valueArray value to set


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

Return to top of page