Class ImportDMN
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.DMNElement
-
- org.kie.workbench.common.dmn.api.definition.model.NamedElement
-
- org.kie.workbench.common.dmn.api.definition.model.Import
-
- org.kie.workbench.common.dmn.api.definition.model.ImportDMN
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
DMNElement.ExtensionElements
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
-
Field Summary
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.Import
importType, locationURI, namespace
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.NamedElement
nameHolder
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
description, id
-
-
Constructor Summary
Constructors Constructor Description ImportDMN()ImportDMN(String namespace, LocationURI locationURI, String importType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDrgElementsCount()intgetItemDefinitionsCount()voidsetDrgElementsCount(int drgElementsCount)voidsetItemDefinitionsCount(int itemDefinitionsCount)-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.Import
equals, getImportType, getLocationURI, getNamespace, hashCode, setImportType, setLocationURI, setNamespace
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.NamedElement
getName, getNameHolder, setName, setNameHolder
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
-
-
-
Constructor Detail
-
ImportDMN
public ImportDMN()
-
ImportDMN
public ImportDMN(String namespace, LocationURI locationURI, String importType)
-
-