Class ContextEntry
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.ContextEntry
-
- All Implemented Interfaces:
DMNDefinition,HasExpression,HasTypeRefs,HasVariable<InformationItem>
@Portable public class ContextEntry extends DMNModelInstrumentedBase implements HasExpression, HasTypeRefs, HasVariable<InformationItem>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.dmn.api.definition.HasExpression
HasExpression.WrappedHasExpression
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_EXPRESSION_VALUE-
Fields inherited from interface org.kie.workbench.common.dmn.api.definition.HasExpression
NOP
-
-
Constructor Summary
Constructors Constructor Description ContextEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMNModelInstrumentedBaseasDMNModelInstrumentedBase()ContextEntrycopy()booleanequals(Object o)ExpressiongetExpression()List<HasTypeRef>getHasTypeRefs()InformationItemgetVariable()inthashCode()voidsetExpression(Expression value)voidsetVariable(InformationItem value)-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasExpression
isClearSupported
-
-
-
-
Field Detail
-
DEFAULT_EXPRESSION_VALUE
public static final String DEFAULT_EXPRESSION_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
copy
public ContextEntry copy()
-
getVariable
public InformationItem getVariable()
- Specified by:
getVariablein interfaceHasVariable<InformationItem>
-
setVariable
public void setVariable(InformationItem value)
- Specified by:
setVariablein interfaceHasVariable<InformationItem>
-
getExpression
public Expression getExpression()
- Specified by:
getExpressionin interfaceHasExpression
-
setExpression
public void setExpression(Expression value)
- Specified by:
setExpressionin interfaceHasExpression
-
asDMNModelInstrumentedBase
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
- Specified by:
asDMNModelInstrumentedBasein interfaceHasExpression- Specified by:
asDMNModelInstrumentedBasein interfaceHasVariable<InformationItem>
-
getHasTypeRefs
public List<HasTypeRef> getHasTypeRefs()
- Specified by:
getHasTypeRefsin interfaceHasTypeRefs
-
-