Package org.kie.dmn.model.api
Interface TypedChildExpression
-
- All Superinterfaces:
ChildExpression
- All Known Implementing Classes:
TTypedChildExpression
public interface TypedChildExpression extends ChildExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTypeRef()voidsetTypeRef(String value)-
Methods inherited from interface org.kie.dmn.model.api.ChildExpression
getExpression, getId, setExpression, setId
-
-