oaSpacingType Class Reference


Public Methods

 oaSpacingType (oaSpacingTypeEnum type)
 oaSpacingType (const oaString &name)
const oaStringgetName () const
 operator oaSpacingTypeEnum () const

Detailed Description

The oaSpacingType class is an enum wrapper class for oaSpacingTypeEnum values.

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

enum oaSpacingTypeEnum
 

Enumeration values:
oacEndToEndSpacingType  "endToEnd"
oacEndToJoiintSpacingType  "endToJoint"
oacJointToEndSpacingType  "jointToEnd"
oacJointToJointSpacingType  "jointToJoint"


Constructor & Destructor Documentation

oaSpacingType::oaSpacingType oaSpacingTypeEnum    type [inline]
 

oaSpacingType::oaSpacingType const oaString &    name
 


Member Function Documentation

const oaString& oaSpacingType::getName   const
 

oaSpacingType::operator oaSpacingTypeEnum   const [inline]
 


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

Return to top of page