Interface ImportedValues
- 
- All Superinterfaces:
 DmnModelElementInstance,Import,ModelElementInstance
- All Known Implementing Classes:
 ImportedValuesImpl
public interface ImportedValues extends Import
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExpressionLanguage()ImportedElementgetImportedElement()voidsetExpressionLanguage(java.lang.String expressionLanguage)voidsetImportedElement(ImportedElement importedElement)- 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.Import
getImportType, getLocationUri, getNamespace, setImportType, setLocationUri, setNamespace 
- 
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
- 
getExpressionLanguage
java.lang.String getExpressionLanguage()
 
- 
setExpressionLanguage
void setExpressionLanguage(java.lang.String expressionLanguage)
 
- 
getImportedElement
ImportedElement getImportedElement()
 
- 
setImportedElement
void setImportedElement(ImportedElement importedElement)
 
 - 
 
 -