public class TImport extends TNamedElement implements Import
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
Modifier and Type | Field and Description |
---|---|
protected String |
importType |
protected String |
locationURI |
protected String |
namespace |
name
description, extensionElements, id, label
Constructor and Description |
---|
TImport() |
Modifier and Type | Method and Description |
---|---|
String |
getImportType() |
String |
getLocationURI() |
String |
getNamespace() |
void |
setImportType(String value) |
void |
setLocationURI(String value) |
void |
setNamespace(String value) |
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected String namespace
protected String locationURI
protected String importType
public String getNamespace()
getNamespace
in interface Import
public void setNamespace(String value)
setNamespace
in interface Import
public String getLocationURI()
getLocationURI
in interface Import
public void setLocationURI(String value)
setLocationURI
in interface Import
public String getImportType()
getImportType
in interface Import
public void setImportType(String value)
setImportType
in interface Import
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.