oaWidthLengthTableType Class Reference


Public Methods

 oaWidthLengthTableType (oaWidthLengthTableTypeEnum valueIn)
 oaWidthLengthTableType (const oaString &name)
 ~oaWidthLengthTableType ()
const oaStringgetName () const
 operator oaWidthLengthTableTypeEnum () const

Detailed Description

The oaWidthLengthTableType class is an enum wrapper class for oaWidthLengthTableTypeEnum values.

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

enum oaWidthLengthTableTypeEnum
 

Enumeration values:
oacWidthParallelRunLengthTableType  "widthParallelRunLengthTableType"
oacWidthWidthTableType  "widthWidthTableType"
oacTwoWidthParallelRunLengthTableType  "twoWidthParallelRunLengthTableType"


Constructor & Destructor Documentation

oaWidthLengthTableType::oaWidthLengthTableType oaWidthLengthTableTypeEnum    valueIn [inline]
 

This is the constructor for the enum wrapper class that takes an enum value as input.

Parameters:
valueIn 

oaWidthLengthTableType::oaWidthLengthTableType const oaString &    name
 

This constructor for oaWidthLengthTableType wrapper class takes the string value of an oaWidthLengthTableTypeEnum.

Parameters:
name The string value of an oaWidthLengthTableTypeEnum.
Exceptions:
oacInvalidWidthLengthTableTypeName 

oaWidthLengthTableType::~oaWidthLengthTableType   [inline]
 

This is the destructor for this enum wrapper class.


Member Function Documentation

const oaString & oaWidthLengthTableType::getName   const
 

This function returns the string name that corresponds to an oaWidthLengthTableTypeEnum value.

oaWidthLengthTableType::operator oaWidthLengthTableTypeEnum   const [inline]
 

This returns the enum value of the enum wrapper class object.


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

Return to top of page