oaIntRangeArrayValue Class Reference

Inheritance diagram for oaIntRangeArrayValue:

oaValue oaObject


Public Methods

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

Static Public Methods

oaIntRangeArrayValue * create (oaObject *database, const oaIntRangeArray &value)

Detailed Description

The oaIntRangeArrayValue class represents an intRangeArray value. See oaValue for a discussion of the usage of all of the oaValue subclasses.


Member Function Documentation

oaIntRangeArrayValue * oaIntRangeArrayValue::create oaObject *    database,
const oaIntRangeArray &    value
[static]
 

This function creates an oaIntRangeArray value in the specified database.

Parameters:
database pointer to database
value oaIntRangeArray value to set on this oaIntRangeArrayValue.

void oaIntRangeArrayValue::get oaIntRangeArray &    value const
 

This function returns the oaIntRangeArray value of this object.

Parameters:
value returned oaIntRangeArray value of this oaIntRangeArrayValue object.

void oaIntRangeArrayValue::set const oaIntRangeArray &    value
 

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

Parameters:
value oaIntRangeArray value to set on this oaIntRangeArrayValue object.


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

Return to top of page