public class BpmnIncomingOutgoing extends BpmnIdName
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection<BpmnIncoming> |
incomings |
protected java.util.Collection<BpmnOutgoing> |
outgoings |
name
BpmnText, 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, marshall
checkValidity, getId, setId
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, getBpmnText, getLineNumber, getTag, importElement, importText, setLineNumber, setTag, setXpdlText
protected java.util.Collection<BpmnIncoming> incomings
protected java.util.Collection<BpmnOutgoing> outgoings
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Bpmn bpmn)
BpmnElement
importElements
in class BpmnElement
protected java.lang.String exportElements()
BpmnElement
exportElements
in class BpmnElement