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, setXpdlTextprotected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Bpmn bpmn)
BpmnElementimportAttributes in class BpmnElementprotected void marshall(BPMNNode graphNode)
protected java.lang.String exportAttributes()
exportAttributes in class BpmnElementprotected void checkValidity(Bpmn bpmn)
BpmnElementcheckValidity in class BpmnElementpublic java.lang.String getId()
public void setId(java.lang.String id)