Default verbalization in Chinese
The following table shows the default verbalization of data model elements in Chinese.
| Data model element | Default verbalization |
|---|---|
|
Types For example: 客户 |
Class name For example: 客户 |
|
Constructors Constructor types are generated for composite types For example: A composite type |
新建<类>[符合条件:当前<属性>是<数值>(,当前<属性>是<数值>)*] For example: 新建客户符合条件:当前名是“王” ,当前姓是“小明” |
|
Attributes For example: 年龄 |
Expression {this} 的 {XXX} For example: {this} 的 {年龄}
|
|
Action 设置 {this} 的当前 {XXX} 为 {0} 设置 {this} 的当前年龄为 {年龄}
|
|
|
Boolean attributes For example: 布尔类型 已接受 |
Expressions Affirmative {this} 是 XXX For example: {this} 是 当前已接受
Negative {this} 不是 XXX For example: {this} 不是 当前已接受
|
|
Actions Affirmative {this} 的 XXX 设置为真 For example: {this} 的当前已接受设置为真
Negative {this} 的 XXX 设置为假 For example: {this} 的当前已接受设置为假
Conditional 只有 {XXX} 时 {this} 的 XXX 设置为真 For example: 只有 {已接受} 时 {this} 的当前已接受设置为真
|
|
|
List attributes For example: A list of: |
在 {this} 的这些 XXX 中增加 {0} For example: 在 {this} 的这些 地址中增加 {0}
从 {this} 的这些 XXX 中删除 {0} For example: 从 {this} 的这些 地址中删除 {0}
删除 这些 XXX 的 {this} For example: 删除 这些 地址 的 {this}
|
|
Number and integer attributes For example: 整数类型 折扣 |
加 {number} 到 {this} 的属性 XXX 里 For example: 加 {number} 到 {this} 的属性当前折扣里
{number} 到 {this} 的属性 XXX 里 For example: 减 {number} 到 {this} 的属性当前折扣里
|