org.camunda.bpm.model.dmn.instance
Interface Import

All Superinterfaces:
DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
ImportedValues
All Known Implementing Classes:
ImportedValuesImpl, ImportImpl

public interface Import
extends DmnModelElementInstance


Method Summary
 String getImportType()
           
 String getLocationUri()
           
 String getNamespace()
           
 void setImportType(String importType)
           
 void setLocationUri(String locationUri)
           
 void setNamespace(String namespace)
           
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
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
 

Method Detail

getNamespace

String getNamespace()

setNamespace

void setNamespace(String namespace)

getLocationUri

String getLocationUri()

setLocationUri

void setLocationUri(String locationUri)

getImportType

String getImportType()

setImportType

void setImportType(String importType)


Copyright © 2018 camunda services GmbH. All rights reserved.