public class BindingImpl extends DmnModelElementInstanceImpl implements Binding
| Modifier and Type | Field and Description |
|---|---|
protected static ChildElement<Expression> |
expressionChild |
protected static ElementReference<InformationItem,ParameterReference> |
parameterRef |
modelInstance| Constructor and Description |
|---|
BindingImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getExpression() |
InformationItem |
getParameter() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExpression(Expression expression) |
void |
setParameter(InformationItem parameter) |
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static ElementReference<InformationItem,ParameterReference> parameterRef
protected static ChildElement<Expression> expressionChild
public BindingImpl(ModelTypeInstanceContext instanceContext)
public InformationItem getParameter()
getParameter in interface Bindingpublic void setParameter(InformationItem parameter)
setParameter in interface Bindingpublic Expression getExpression()
getExpression in interface Bindingpublic void setExpression(Expression expression)
setExpression in interface Bindingpublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.