Difference between revisions of "CAObject::DefinitionType/zh"
(Created page with "integer:整型") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
= property int DefinitionType = | = property int DefinitionType = | ||
− | + | 提供关于对象是如何被定义的快速信息。 | |
== 数据类型 == | == 数据类型 == | ||
Line 11: | Line 11: | ||
integer:整型 | integer:整型 | ||
− | == | + | == 存取 == |
− | + | 读取 | |
− | == | + | == 返回值 == |
− | :-1 = not parsed | + | 关于如何定义对象的快速信息。返回: |
− | :0 = expr | + | :-1 = not parsed (未解析,例如没有定义) |
− | :1 = edit | + | :0 = expr (指数) |
− | :2 = prob | + | :1 = edit table(编辑表) |
− | :3 = determ | + | :2 = prob table(概率表) |
− | :4 = sub | + | :3 = determ table(确定性表) |
− | :5 = | + | :4 = sub table(子表) |
− | :6 = list of | + | :5 = list(清单) |
+ | :6 = list of labels(标签清单) | ||
:7 = choice | :7 = choice | ||
:8 = intraTable | :8 = intraTable | ||
− | :9 = | + | :9 = checkbox(复选框) |
− | = | + | = 用法 = |
defType = obj.DefinitionType | defType = obj.DefinitionType | ||
− | = | + | = 另请参考 = |
Latest revision as of 07:13, 25 October 2015
ADE User Guide > ADE Server Class Reference > CAObject
property int DefinitionType
提供关于对象是如何被定义的快速信息。
数据类型
integer:整型
存取
读取
返回值
关于如何定义对象的快速信息。返回:
- -1 = not parsed (未解析,例如没有定义)
- 0 = expr (指数)
- 1 = edit table(编辑表)
- 2 = prob table(概率表)
- 3 = determ table(确定性表)
- 4 = sub table(子表)
- 5 = list(清单)
- 6 = list of labels(标签清单)
- 7 = choice
- 8 = intraTable
- 9 = checkbox(复选框)
用法
defType = obj.DefinitionType
另请参考
Comments
Enable comment auto-refresher