Interface HasTypeRef
-
- All Superinterfaces:
HasTypeRefs
- All Known Subinterfaces:
IsInformationItem
- All Known Implementing Classes:
Context,DecisionTable,Expression,FunctionDefinition,InformationItem,InformationItemPrimary,InputClauseLiteralExpression,Invocation,ItemDefinition,List,LiteralExpression,LiteralExpressionPMMLDocument,LiteralExpressionPMMLDocumentModel,OutputClause,OutputClauseLiteralExpression,Relation
public interface HasTypeRef extends HasTypeRefs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DMNModelInstrumentedBaseasDMNModelInstrumentedBase()QNamegetTypeRef()voidsetTypeRef(QName typeRef)-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasTypeRefs
getHasTypeRefs
-
-
-
-
Method Detail
-
getTypeRef
QName getTypeRef()
-
setTypeRef
void setTypeRef(QName typeRef)
-
asDMNModelInstrumentedBase
DMNModelInstrumentedBase asDMNModelInstrumentedBase()
-
-