首页 / dm / oaLibDataType

oaLibDataType

模块: oapy._oa._dm 导入: from oapy._oa import _dm

概览

oaLibDataTypeoapy 中可用,可通过 _dm 模块访问。

本页汇总 oaLibDataType 当前在 oapy 中可用的 Python 接口。

详细说明

The oaLibDataType class is an enum wrapper class for oaLibDataTypeEnum values。 See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers。 enum oaLibDataTypeEnum Enumeration values: oacLibPropDataType "propDataType" oacLibGroupDataType "groupDataType" oacLibGroupMemDataType "groupMemDataType" oacLibValueDataType "valueDataType" oacLibConstraintParamDefDataType "constraintParamDefDataType" oacLibConstraintParamDataType "constraintParamDataType" oacLibConstraintDefDataType "constraintDefDataType" oacLibConstraintDataType "constraintDataType" oacLibConstraintGroupDataType "constraintGroupDataType" oacLibConstraintGroupMemDataType "constraintGroupMemDataType" oacLibConstraintGroupHeaderDataType "constraintGroupHeaderDataType" oacCellDataType "cellDataType" oacViewDataType "viewDataType" oacCellViewDataType "cellViewDataType" oacDMFileDataType "fileDataType" oacLibFeatureDataType "featureDataType" oacLibFeaturePolicyDataType "featurePolicyDataType" oacLibGroupDefDataType "groupDefData"。

构造函数

_dm.oaLibDataType(valueIn)

obj = _dm.oaLibDataType(valueIn)

_dm.oaLibDataType(name)

obj = _dm.oaLibDataType(name)

方法总览

状态 Python 调用
obj.getName()

方法说明

obj.getName()

绑定状态: 已绑定

Python 调用: obj.getName()

This function returns the string name of the oaLibDataTypeEnum value for this oaLibDataType wrapper object。

Python 示例

from oapy._oa import _dm

# assume obj is a oaLibDataType
obj.getName()