oaAttrType
模块: oapy._oa._design
导入: from oapy._oa import _design
概览
oaAttrType 在 oapy 中可用,可通过 _design 模块访问。
本页汇总 oaAttrType 当前在 oapy 中可用的 Python 接口。
详细说明
The oaAttrType class is an abstract base class for a set of enum wrapper classes that specify attributes of various objects that can be used by an oaAttrDisplay 。 See the classes derived from oaAttrType for the specific attributes that are supported for this purpose。
构造函数
_design.oaAttrType()
obj = _design.oaAttrType()
_design.oaAttrType(valueIn)
obj = _design.oaAttrType(valueIn)
方法总览
| 状态 | Python 调用 |
|---|---|
| ✅ | obj.getRawValue() |
方法说明
obj.getRawValue()
绑定状态: 已绑定
Python 调用: obj.getRawValue()
This function returns the value of this attribute type。
Python 示例
from oapy._oa import _design
# assume obj is a oaAttrType
obj.getRawValue()