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