public class BpmnId extends BpmnElement
Modifier and Type | Field and Description |
---|---|
java.lang.String |
id |
BpmnText, lineNumber, tag
Constructor and Description |
---|
BpmnId(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkValidity(Bpmn bpmn)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
java.lang.String |
getId() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Bpmn bpmn)
Imports all standard attributes: None.
|
protected void |
marshall(BPMNNode graphNode) |
void |
setId(java.lang.String id) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, exportElements, getBpmnText, getLineNumber, getTag, importElement, importElements, importText, setLineNumber, setTag, setXpdlText
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Bpmn bpmn)
BpmnElement
importAttributes
in class BpmnElement
protected void marshall(BPMNNode graphNode)
protected java.lang.String exportAttributes()
exportAttributes
in class BpmnElement
protected void checkValidity(Bpmn bpmn)
BpmnElement
checkValidity
in class BpmnElement
public java.lang.String getId()
public void setId(java.lang.String id)