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

    Modifier and Type
    Method
    Description
     
     
     
    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 Details

    • getNamespace

      String getNamespace()
    • setNamespace

      void setNamespace(String namespace)
    • getLocationUri

      String getLocationUri()
    • setLocationUri

      void setLocationUri(String locationUri)
    • getImportType

      String getImportType()
    • setImportType

      void setImportType(String importType)