Interface Column
- 
- All Superinterfaces:
- DmnElement,- DmnModelElementInstance,- InformationItem,- ModelElementInstance,- NamedElement
 - All Known Implementing Classes:
- ColumnImpl
 
 public interface Column extends InformationItem 
- 
- 
Method Summary- 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElementgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 - 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.InformationItemgetTypeRef, setTypeRef
 - 
Methods 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
 - 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElementgetName, setName
 
- 
 
-