org.camunda.bpm.model.dmn.impl.instance
Class BindingImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.dmn.impl.instance.BindingImpl
All Implemented Interfaces:
Binding, DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class BindingImpl
extends DmnModelElementInstanceImpl
implements Binding


Field Summary
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Expression> expressionChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Parameter> parameterChild
           
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
BindingImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 Expression getExpression()
           
 Parameter getParameter()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setExpression(Expression expression)
           
 void setParameter(Parameter parameter)
           
 
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.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

parameterChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<Parameter> parameterChild

expressionChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<Expression> expressionChild
Constructor Detail

BindingImpl

public BindingImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

getParameter

public Parameter getParameter()
Specified by:
getParameter in interface Binding

setParameter

public void setParameter(Parameter parameter)
Specified by:
setParameter in interface Binding

getExpression

public Expression getExpression()
Specified by:
getExpression in interface Binding

setExpression

public void setExpression(Expression expression)
Specified by:
setExpression in interface Binding

registerType

public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)


Copyright © 2018 camunda services GmbH. All rights reserved.