Class ImportImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
- All Implemented Interfaces:
- CmmnModelElementInstance,- Import,- ModelElementInstance
- Author:
- Roman Smirnov
- 
Field SummaryFieldsModifier and TypeFieldDescriptionFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregisterType(ModelBuilder modelBuilder) voidsetImportType(String importType) voidsetLocation(String location) voidsetNamespace(String namespace) Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, 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, updateAfterReplacementMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, 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
- 
Field Details- 
locationAttribute
- 
namespaceAttribute
- 
importTypeAttribute
 
- 
- 
Constructor Details- 
ImportImpl
 
- 
- 
Method Details- 
getNamespace- Specified by:
- getNamespacein interface- Import
 
- 
setNamespace- Specified by:
- setNamespacein interface- Import
 
- 
getLocation- Specified by:
- getLocationin interface- Import
 
- 
setLocation- Specified by:
- setLocationin interface- Import
 
- 
getImportType- Specified by:
- getImportTypein interface- Import
 
- 
setImportType- Specified by:
- setImportTypein interface- Import
 
- 
registerType
 
-