Package org.kie.dmn.model.api
Interface ImportedValues
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase,Import,NamedElement
- All Known Implementing Classes:
TImportedValues,TImportedValues,TImportedValues
public interface ImportedValues extends Import
-
-
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 StringgetExpressionLanguage()StringgetImportedElement()voidsetExpressionLanguage(String value)voidsetImportedElement(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.Import
getImportType, getLocationURI, getNamespace, setImportType, setLocationURI, setNamespace
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-