Package org.kie.dmn.model.api
Interface ContextEntry
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase
- All Known Implementing Classes:
TContextEntry,TContextEntry,TContextEntry
public interface ContextEntry extends DMNElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetExpression()InformationItemgetVariable()voidsetExpression(Expression value)voidsetVariable(InformationItem value)-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Method Detail
-
getVariable
InformationItem getVariable()
-
setVariable
void setVariable(InformationItem value)
-
getExpression
Expression getExpression()
-
setExpression
void setExpression(Expression value)
-
-