DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
importType, locationURI, namespace
name, nameHolder
description, id
Constructor and Description |
---|
ImportPMML() |
ImportPMML(String namespace,
LocationURI locationURI,
String importType) |
Modifier and Type | Method and Description |
---|---|
int |
getModelCount() |
Name |
getName()
Returns the
Name
Convenience method replicating HasValue.getValue() to honour DMN model semantics. |
String |
getNamespace() |
void |
setModelCount(int modelCount) |
void |
setName(Name name)
Sets the
Name
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics. |
void |
setNamespace(String namespace) |
equals, getImportType, getLocationURI, hashCode, setImportType, setLocationURI
getNameHolder, setNameHolder
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
public ImportPMML()
public ImportPMML(String namespace, LocationURI locationURI, String importType)
public int getModelCount()
public void setModelCount(int modelCount)
public String getNamespace()
getNamespace
in class Import
public void setNamespace(String namespace)
setNamespace
in class Import
public Name getName()
HasName
Name
Convenience method replicating HasValue.getValue()
to honour DMN model semantics.getName
in interface HasName
getName
in class NamedElement
public void setName(Name name)
HasName
Name
Convenience method replicating HasValue.setValue(Object)
to honour DMN model semantics.setName
in interface HasName
setName
in class NamedElement
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.