@Portable public class ContextEntry extends DMNModelInstrumentedBase implements HasExpression, HasTypeRefs, HasVariable<InformationItem>
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EXPRESSION_VALUE |
NOP
Constructor and Description |
---|
ContextEntry() |
Modifier and Type | Method and Description |
---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
boolean |
equals(Object o) |
Expression |
getExpression() |
List<HasTypeRef> |
getHasTypeRefs() |
InformationItem |
getVariable() |
int |
hashCode() |
void |
setExpression(Expression value) |
void |
setVariable(InformationItem value) |
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isClearSupported
public static final String DEFAULT_EXPRESSION_VALUE
public InformationItem getVariable()
getVariable
in interface HasVariable<InformationItem>
public void setVariable(InformationItem value)
setVariable
in interface HasVariable<InformationItem>
public Expression getExpression()
getExpression
in interface HasExpression
public void setExpression(Expression value)
setExpression
in interface HasExpression
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase
in interface HasExpression
asDMNModelInstrumentedBase
in interface HasVariable<InformationItem>
public List<HasTypeRef> getHasTypeRefs()
getHasTypeRefs
in interface HasTypeRefs
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.