Class InformationItemImpl
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
org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
org.camunda.bpm.model.dmn.impl.instance.InformationItemImpl
- All Implemented Interfaces:
- DmnElement,- DmnModelElementInstance,- InformationItem,- NamedElement,- ModelElementInstance
- Direct Known Subclasses:
- ColumnImpl,- FormalParameterImpl,- ParameterImpl,- VariableImpl
- 
Field SummaryFieldsFields inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImplnameAttributeFields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpldescriptionChild, extensionElementsChild, idAttribute, labelAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregisterType(ModelBuilder modelBuilder) voidsetTypeRef(String typeRef) Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImplgetName, setNameMethods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImplgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods 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.dmn.instance.DmnElementgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods 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, updateAfterReplacementMethods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElementgetName, setName
- 
Field Details- 
typeRefAttribute
 
- 
- 
Constructor Details- 
InformationItemImpl
 
- 
- 
Method Details- 
getTypeRef- Specified by:
- getTypeRefin interface- InformationItem
 
- 
setTypeRef- Specified by:
- setTypeRefin interface- InformationItem
 
- 
registerType
 
-