public class RelationshipImpl extends CmmnElementImpl implements Relationship
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<RelationshipDirection> |
directionAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Source> |
sourceCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Target> |
targetCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
typeAttribute |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
RelationshipImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
RelationshipDirection |
getDirection() |
Collection<Source> |
getSources() |
Collection<Target> |
getTargets() |
String |
getType() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setDirection(RelationshipDirection direction) |
void |
setType(String type) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<RelationshipDirection> directionAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Source> sourceCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Target> targetCollection
public RelationshipImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public String getType()
getType in interface Relationshippublic void setType(String type)
setType in interface Relationshippublic RelationshipDirection getDirection()
getDirection in interface Relationshippublic void setDirection(RelationshipDirection direction)
setDirection in interface Relationshippublic Collection<Source> getSources()
getSources in interface Relationshippublic Collection<Target> getTargets()
getTargets in interface RelationshipCopyright © 2018 camunda services GmbH. All rights reserved.