Package org.kie.dmn.model.api
Interface InformationItem
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,NamedElement
- All Known Implementing Classes:
TInformationItem,TInformationItem,TInformationItem,TInformationItem
public interface InformationItem extends NamedElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetTypeRef()Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the enginevoidsetTypeRef(QName value)Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
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
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getTypeRef
@GwtIncompatible QName getTypeRef()
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
-
setTypeRef
@GwtIncompatible void setTypeRef(QName value)
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
-
-