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, 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ElementReference<InformationItem,ParameterReference> parameterRef
protected static ChildElement<Expression> expressionChild
public BindingImpl(ModelTypeInstanceContext instanceContext)
public InformationItem getParameter()
getParameter
in interface Binding
public void setParameter(InformationItem 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 © 2017. All rights reserved.