|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
public abstract class DiagramImpl
The DI Diagram element
| Field Summary | |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
documentationAttribute
|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
idAttribute
|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
nameAttribute
|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> |
resolutionAttribute
|
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
|---|
modelInstance |
| Constructor Summary | |
|---|---|
DiagramImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
|
| Method Summary | |
|---|---|
String |
getDocumentation()
|
String |
getId()
|
String |
getName()
|
double |
getResolution()
|
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
|
void |
setDocumentation(String documentation)
|
void |
setId(String id)
|
void |
setName(String name)
|
void |
setResolution(double resolution)
|
| Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl |
|---|
builder, getScope, isScope |
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
|---|
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance |
|---|
builder, getScope, isScope |
| Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance |
|---|
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| Field Detail |
|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> documentationAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Double> resolutionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> idAttribute
| Constructor Detail |
|---|
public DiagramImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
| Method Detail |
|---|
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public String getName()
getName in interface Diagrampublic void setName(String name)
setName in interface Diagrampublic String getDocumentation()
getDocumentation in interface Diagrampublic void setDocumentation(String documentation)
setDocumentation in interface Diagrampublic double getResolution()
getResolution in interface Diagrampublic void setResolution(double resolution)
setResolution in interface Diagrampublic String getId()
getId in interface Diagrampublic void setId(String id)
setId in interface Diagram
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||