public class BpmnIncomingOutgoing extends BpmnIdName
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<BpmnIncoming> |
incomings |
protected java.util.Collection<BpmnOutgoing> |
outgoings |
nameBpmnText, lineNumber, tag| Constructor and Description |
|---|
BpmnIncomingOutgoing(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Bpmn bpmn)
Imports all standard child elements: None.
|
exportAttributes, importAttributes, marshall, marshallcheckValidity, getId, setIdcheckBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, getBpmnText, getLineNumber, getTag, importElement, importText, setLineNumber, setTag, setXpdlTextprotected java.util.Collection<BpmnIncoming> incomings
protected java.util.Collection<BpmnOutgoing> outgoings
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Bpmn bpmn)
BpmnElementimportElements in class BpmnElementprotected java.lang.String exportElements()
BpmnElementexportElements in class BpmnElement