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 Summary
Modifier and TypeFieldDescriptionprotected static ChildElement<Description>
protected static ChildElement<ExtensionElements>
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getLabel()
static void
registerType
(ModelBuilder modelBuilder) void
setDescription
(Description description) void
setExtensionElements
(ExtensionElements extensionElements) void
void
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, 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, updateAfterReplacement
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
-
Field Details
-
idAttribute
-
labelAttribute
-
descriptionChild
-
extensionElementsChild
-
-
Constructor Details
-
DmnElementImpl
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceDmnElement
-
setId
- Specified by:
setId
in interfaceDmnElement
-
getLabel
- Specified by:
getLabel
in interfaceDmnElement
-
setLabel
- Specified by:
setLabel
in interfaceDmnElement
-
getDescription
- Specified by:
getDescription
in interfaceDmnElement
-
setDescription
- Specified by:
setDescription
in interfaceDmnElement
-
getExtensionElements
- Specified by:
getExtensionElements
in interfaceDmnElement
-
setExtensionElements
- Specified by:
setExtensionElements
in interfaceDmnElement
-
registerType
-