oaDerivedLayerConnectivityType Class Reference


Public Methods

 oaDerivedLayerConnectivityType (oaDerivedLayerConnectivityTypeEnum valueIn)
 oaDerivedLayerConnectivityType (const oaString &name)
 ~oaDerivedLayerConnectivityType ()
const oaStringgetName () const
 operator oaDerivedLayerConnectivityTypeEnum () const

Detailed Description

The oaDerivedLayerConnectivityType class is an enum wrapper class for oaDerivedLayerConnectivityTypeEnum values.

See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers.

enum oaDerivedLayerConnectivityTypeEnum
 

Enumeration values:
oacSameNetDerivedLayerConnectivityType  "sameNet"
oacDifferentNetDerivedLayerConnectivityType  "differentNet"
oacIgnoreDerivedLayerConnectivityType  "ignore"


Constructor & Destructor Documentation

oaDerivedLayerConnectivityType::oaDerivedLayerConnectivityType oaDerivedLayerConnectivityTypeEnum    valueIn [inline]
 

This oaDerivedLayerParamType constructor takes an oaDerivedLayerConnectivityTypeEnum value as input.

Parameters:
valueIn an oaDerivedLayerConnectivityTypeEnum value

oaDerivedLayerConnectivityType::oaDerivedLayerConnectivityType const oaString &    name
 

This oaDerivedLayerParamType constructor takes the string name of an oaDerivedLayerConnectivityTypeEnum value as input.

Parameters:
name The oaString name of an oaDerivedLayerConnectivityTypeEnum value.
Exceptions:
oacInvalidDerivedLayerConnectivityTypeName 

oaDerivedLayerConnectivityType::~oaDerivedLayerConnectivityType   [inline]
 

This is the oaDerivedLayerConnectivityType destructor.


Member Function Documentation

const oaString & oaDerivedLayerConnectivityType::getName   const
 

This function returns the string name of the oaDerivedLayerConnectivityTypeEnum value that this oaDerivedLayerConnectivityType object represents.

oaDerivedLayerConnectivityType::operator oaDerivedLayerConnectivityTypeEnum   const [inline]
 

This operator recasts this oaDerivedLayerConnectivityType object to the oaDerivedLayerConnectivityTypeEnum value it represents.


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

Return to top of page