Interface Import
-
- All Superinterfaces:
DmnModelElementInstance
,ModelElementInstance
- All Known Subinterfaces:
ImportedValues
- All Known Implementing Classes:
ImportedValuesImpl
,ImportImpl
public interface Import extends DmnModelElementInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getImportType()
java.lang.String
getLocationUri()
java.lang.String
getNamespace()
void
setImportType(java.lang.String importType)
void
setLocationUri(java.lang.String locationUri)
void
setNamespace(java.lang.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
java.lang.String getNamespace()
-
setNamespace
void setNamespace(java.lang.String namespace)
-
getLocationUri
java.lang.String getLocationUri()
-
setLocationUri
void setLocationUri(java.lang.String locationUri)
-
getImportType
java.lang.String getImportType()
-
setImportType
void setImportType(java.lang.String importType)
-
-