Package org.kie.dmn.model.v1_4
Class TChildExpression
- java.lang.Object
-
- org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_4.TChildExpression
-
- All Implemented Interfaces:
ChildExpression,DMNModelInstrumentedBase
- Direct Known Subclasses:
TTypedChildExpression
public class TChildExpression extends KieDMNModelInstrumentedBase implements ChildExpression
-
-
Field Summary
Fields Modifier and Type Field Description protected Expressionexpressionprotected Stringid
-
Constructor Summary
Constructors Constructor Description TChildExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetExpression()StringgetId()voidsetExpression(Expression value)voidsetId(String value)-
Methods inherited from class org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
recurseNsKeys
-
-
-
-
Field Detail
-
expression
protected Expression expression
-
id
protected String id
-
-
Method Detail
-
getExpression
public Expression getExpression()
- Specified by:
getExpressionin interfaceChildExpression
-
setExpression
public void setExpression(Expression value)
- Specified by:
setExpressionin interfaceChildExpression
-
getId
public String getId()
- Specified by:
getIdin interfaceChildExpression
-
setId
public void setId(String value)
- Specified by:
setIdin interfaceChildExpression
-
-