Public Methods | |
oaLayerPairConstraintType (oaLayerPairConstraintTypeEnum typeIn) | |
oaLayerPairConstraintType (const oaString &name) | |
~oaLayerPairConstraintType () | |
const oaString & | getName () const |
operator oaLayerPairConstraintTypeEnum () const | |
Static Public Methods | |
void | validate (oaLayerPairConstraintTypeEnum typeIn) |
See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers.
|
|
This constructor for the oaLayerPairConstraintType class enum wrapper takes an oaLayerPairConstraintTypeEnum value.
|
|
This function creates an instance of an oaLayerPairConstraintType class using the oaLayerPairConstraintTypeEnum associated with the specified string name. This name must be defined in the legal set of names associated with oaLayerPairConstraintTypeEnum.
|
|
This function destroys this oaLayerPairConstraintType instance. |
|
This function returns the name associated with the encapsulated oaLayerPairConstraintTypeEnum object. |
|
This operator casts this oaLayerPairConstraintType object into the corresponding oaLayerPairConstraintTypeEnum. |
|
This function validates typeIn, the constraint type passed to this static function. If the value is invalid (not in the range of valid oaLayerPairConstraintTypeEnum values), an oacInvalidLayerPairConstraintType exception is thrown.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.