public class ContextEntryImpl extends DmnModelElementInstanceImpl implements ContextEntry
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<Expression> |
expressionChild |
protected static ChildElement<Variable> |
variableChild |
modelInstance
Constructor and Description |
---|
ContextEntryImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
Variable |
getVariable() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setExpression(Expression expression) |
void |
setVariable(Variable variable) |
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<Variable> variableChild
protected static ChildElement<Expression> expressionChild
public ContextEntryImpl(ModelTypeInstanceContext instanceContext)
public Variable getVariable()
getVariable
in interface ContextEntry
public void setVariable(Variable variable)
setVariable
in interface ContextEntry
public Expression getExpression()
getExpression
in interface ContextEntry
public void setExpression(Expression expression)
setExpression
in interface ContextEntry
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.