public class BindingImpl extends DmnModelElementInstanceImpl implements Binding
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<Expression> |
expressionChild |
protected static ChildElement<Parameter> |
parameterChild |
modelInstance
Constructor and Description |
---|
BindingImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
Parameter |
getParameter() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExpression(Expression expression) |
void |
setParameter(Parameter 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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
protected static ChildElement<Parameter> parameterChild
protected static ChildElement<Expression> expressionChild
public BindingImpl(ModelTypeInstanceContext instanceContext)
public Parameter getParameter()
getParameter
in interface Binding
public void setParameter(Parameter parameter)
setParameter
in interface Binding
public Expression getExpression()
getExpression
in interface Binding
public void setExpression(Expression expression)
setExpression
in interface Binding
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.