oaIntValue Class Reference

Inheritance diagram for oaIntValue:

oaValue oaObject


Public Methods

oaInt4 get () const
void set (oaInt4 value)

Static Public Methods

oaIntValue * create (oaObject *database, oaInt4 value)

Detailed Description

The oaIntValue class represents an integer value.

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


Member Function Documentation

oaIntValue * oaIntValue::create oaObject *    database,
oaInt4    value
[static]
 

This function creates an integer value in the database specified.

Parameters:
database The database in which the intValue is created.
value The integer value.
Exceptions:
oacInvalidDatabase 

oaInt4 oaIntValue::get   const
 

This function returns the integer of this value.

void oaIntValue::set oaInt4    value
 

This function sets this value to the specified integer value.

Parameters:
value The integer value to set


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

Return to top of page