oaPurposeValue Class Reference

Inheritance diagram for oaPurposeValue:

oaValue oaObject


Public Methods

oaPurposeNum get () const
void set (oaPurposeNum value)

Static Public Methods

oaPurposeValue * create (oaObject *database, oaPurposeNum value)

Detailed Description

This is a value class for derived layer parameters that contain a purpose.


Member Function Documentation

oaPurposeValue * oaPurposeValue::create oaObject *    database,
oaPurposeNum    value
[static]
 

This function creates an oaPurpose value in the specified database.

Parameters:
database The tech database in which the value is created.
value The purpose number value.
Exceptions:
oacInvalidDatabaseForValue 

oaPurposeNum oaPurposeValue::get   const
 

This function returns the value of this oaPurpose value.

void oaPurposeValue::set oaPurposeNum    value
 

This function sets this value to the specified oaPurposeNum value.

Parameters:
value 


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

Return to top of page