public class ImportImpl extends DmnModelElementInstanceImpl implements Import
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
importTypeAttribute |
protected static Attribute<String> |
locationUriAttribute |
protected static Attribute<String> |
namespaceAttribute |
modelInstance
Constructor and Description |
---|
ImportImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getImportType() |
String |
getLocationUri() |
String |
getNamespace() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setImportType(String importType) |
void |
setLocationUri(String locationUri) |
void |
setNamespace(String namespace) |
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
public ImportImpl(ModelTypeInstanceContext instanceContext)
public String getNamespace()
getNamespace
in interface Import
public void setNamespace(String namespace)
setNamespace
in interface Import
public String getLocationUri()
getLocationUri
in interface Import
public void setLocationUri(String locationUri)
setLocationUri
in interface Import
public String getImportType()
getImportType
in interface Import
public void setImportType(String importType)
setImportType
in interface Import
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.