Class DmnElementImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
- All Implemented Interfaces:
- DmnElement,- DmnModelElementInstance,- ModelElementInstance
- Direct Known Subclasses:
- ArtifactImpl,- DecisionRuleImpl,- ExpressionImpl,- InputClauseImpl,- NamedElementImpl,- OutputClauseImpl,- UnaryTestsImpl
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static ChildElement<Description>protected static ChildElement<ExtensionElements>Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()getLabel()static voidregisterType(ModelBuilder modelBuilder) voidsetDescription(Description description) voidsetExtensionElements(ExtensionElements extensionElements) voidvoidMethods 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- 
idAttribute
- 
labelAttribute
- 
descriptionChild
- 
extensionElementsChild
 
- 
- 
Constructor Details- 
DmnElementImpl
 
- 
- 
Method Details- 
getId- Specified by:
- getIdin interface- DmnElement
 
- 
setId- Specified by:
- setIdin interface- DmnElement
 
- 
getLabel- Specified by:
- getLabelin interface- DmnElement
 
- 
setLabel- Specified by:
- setLabelin interface- DmnElement
 
- 
getDescription- Specified by:
- getDescriptionin interface- DmnElement
 
- 
setDescription- Specified by:
- setDescriptionin interface- DmnElement
 
- 
getExtensionElements- Specified by:
- getExtensionElementsin interface- DmnElement
 
- 
setExtensionElements- Specified by:
- setExtensionElementsin interface- DmnElement
 
- 
registerType
 
-