public class TContextEntry extends TDMNElement implements ContextEntry
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
Modifier and Type | Field and Description |
---|---|
protected Expression |
expression |
protected InformationItem |
variable |
description, extensionElements, id, label
Constructor and Description |
---|
TContextEntry() |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
InformationItem |
getVariable() |
void |
setExpression(Expression value) |
void |
setVariable(InformationItem value) |
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected InformationItem variable
protected Expression expression
public InformationItem getVariable()
getVariable
in interface ContextEntry
public void setVariable(InformationItem value)
setVariable
in interface ContextEntry
public Expression getExpression()
getExpression
in interface ContextEntry
public void setExpression(Expression value)
setExpression
in interface ContextEntry
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.