Package org.kie.dmn.model.api
Interface Import
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,NamedElement
- All Known Subinterfaces:
ImportedValues
- All Known Implementing Classes:
TImport,TImport,TImport,TImport,TImportedValues,TImportedValues,TImportedValues,TImportedValues
public interface Import 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 StringgetImportType()StringgetLocationURI()StringgetNamespace()voidsetImportType(String value)voidsetLocationURI(String value)voidsetNamespace(String value)-
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
-
-