public interface Diagram extends BpmnModelElementInstance
Modifier and Type | Method and Description |
---|---|
String |
getDocumentation() |
String |
getId() |
String |
getName() |
double |
getResolution() |
void |
setDocumentation(String documentation) |
void |
setId(String id) |
void |
setName(String name) |
void |
setResolution(double resolution) |
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
String getName()
void setName(String name)
String getDocumentation()
void setDocumentation(String documentation)
double getResolution()
void setResolution(double resolution)
String getId()
void setId(String id)
Copyright © 2015. All rights reserved.