public class TFormalExpression extends TExpression
tFormalExpression complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tFormalExpression">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression">
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="evaluatesToTypeRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected QName |
evaluatesToTypeRef |
protected String |
language |
content, id| 构造器和说明 |
|---|
TFormalExpression() |
| 限定符和类型 | 方法和说明 |
|---|---|
QName |
getEvaluatesToTypeRef()
获取evaluatesToTypeRef属性的值。
|
String |
getLanguage()
获取language属性的值。
|
void |
setEvaluatesToTypeRef(QName value)
设置evaluatesToTypeRef属性的值。
|
void |
setLanguage(String value)
设置language属性的值。
|
getContent, getId, getOtherAttributes, setIdCopyright © 2022. All rights reserved.