public class TAssociation extends TArtifact
tAssociation complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tAssociation">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tArtifact">
<attribute name="sourceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="targetRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="associationDirection" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tAssociationDirection" default="None" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected TAssociationDirection |
associationDirection |
protected QName |
sourceRef |
protected QName |
targetRef |
documentation, extensionElements, id| 构造器和说明 |
|---|
TAssociation() |
| 限定符和类型 | 方法和说明 |
|---|---|
TAssociationDirection |
getAssociationDirection()
获取associationDirection属性的值。
|
QName |
getSourceRef()
获取sourceRef属性的值。
|
QName |
getTargetRef()
获取targetRef属性的值。
|
void |
setAssociationDirection(TAssociationDirection value)
设置associationDirection属性的值。
|
void |
setSourceRef(QName value)
设置sourceRef属性的值。
|
void |
setTargetRef(QName value)
设置targetRef属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected QName sourceRef
protected QName targetRef
protected TAssociationDirection associationDirection
public void setSourceRef(QName value)
value - allowed object is
QNamepublic void setTargetRef(QName value)
value - allowed object is
QNamepublic TAssociationDirection getAssociationDirection()
TAssociationDirectionpublic void setAssociationDirection(TAssociationDirection value)
value - allowed object is
TAssociationDirectionCopyright © 2022. All rights reserved.