oaFeature Class Reference

Inheritance diagram for oaFeature:

oaSessionObject oaObject


Public Methods

oaUInt4 getID () const
void getName (oaString &name) const
oaDBType getDBType () const
oaDomain getDomain () const
oaCategory getCategory () const
oaType getObjectType () const
oaDataModelModType getDataModelModType () const
oaUInt2 getDataModelRev () const

Detailed Description

The oaFeature class contains the information about the type of data in a database that might prevent an older application from opening it. An oaFeature is a session object that categorizes and gives names for new types of data in OpenAccess databases.


Member Function Documentation

oaCategory oaFeature::getCategory   const
 

This function returns the category, which is the relevant portion of the data model, for this feature object.

oaDataModelModType oaFeature::getDataModelModType   const
 

This function returns a value indicating the type of modification to the data model that this feature represents. For example, was this feature a change to, addition to, or removal from the data model?

oaUInt2 oaFeature::getDataModelRev   const
 

This function returns the first data model revision in which this feature appears.

oaDBType oaFeature::getDBType   const
 

This function returns the DBType of this feature object.

oaDomain oaFeature::getDomain   const
 

This function returns the domain of this feature object.

Reimplemented from oaObject.

oaUInt4 oaFeature::getID   const
 

This function returns the ID of this feature object.

void oaFeature::getName oaString &    name const
 

This function returns the name of this feature object.

Parameters:
name The name of this feature

oaType oaFeature::getObjectType   const
 

This function returns the objectType of this feature object.


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

Return to top of page