Package org.kie.dmn.trisotech.model.api
Interface NamedExpression
-
- All Superinterfaces:
org.kie.dmn.model.api.DMNModelInstrumentedBase
- All Known Implementing Classes:
TNamedExpression
public interface NamedExpression extends org.kie.dmn.model.api.DMNModelInstrumentedBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.kie.dmn.model.api.ExpressiongetExpression()StringgetName()QNamegetTypeRef()voidsetExpression(org.kie.dmn.model.api.Expression exp)voidsetName(String name)voidsetTypeRef(QName ref)-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-