Package org.kie.dmn.model.v1_4
Class TTypedChildExpression
- java.lang.Object
-
- org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_4.TChildExpression
-
- org.kie.dmn.model.v1_4.TTypedChildExpression
-
- All Implemented Interfaces:
ChildExpression,DMNModelInstrumentedBase,TypedChildExpression
public class TTypedChildExpression extends TChildExpression implements TypedChildExpression
-
-
Field Summary
Fields Modifier and Type Field Description protected StringtypeRef-
Fields inherited from class org.kie.dmn.model.v1_4.TChildExpression
expression, id
-
-
Constructor Summary
Constructors Constructor Description TTypedChildExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeRef()voidsetTypeRef(String value)-
Methods inherited from class org.kie.dmn.model.v1_4.TChildExpression
getExpression, getId, setExpression, setId
-
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.ChildExpression
getExpression, getId, setExpression, setId
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
recurseNsKeys
-
-
-
-
Field Detail
-
typeRef
protected String typeRef
-
-
Method Detail
-
getTypeRef
public String getTypeRef()
- Specified by:
getTypeRefin interfaceTypedChildExpression
-
setTypeRef
public void setTypeRef(String value)
- Specified by:
setTypeRefin interfaceTypedChildExpression
-
-