oaBooleanValue Class Reference

Inheritance diagram for oaBooleanValue:

oaValue oaObject


Public Methods

oaBoolean get () const
void set (oaBoolean value)

Static Public Methods

oaBooleanValue * create (oaObject *database, oaBoolean value)

Detailed Description

The oaBooleanValue class represents a boolean value.

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


Member Function Documentation

oaBoolValue * oaBooleanValue::create oaObject *    database,
oaBoolean    value
[static]
 

This function creates a boolean value in the database specified.

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

oaBoolean oaBooleanValue::get   const
 

This function returns the boolean for this value.

void oaBooleanValue::set oaBoolean    value
 

This function sets this value to the specified boolean value.

Parameters:
value The boolean value to set.


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

Return to top of page