Interface Property
- 
- All Superinterfaces:
- CmmnElement,- CmmnModelElementInstance,- ModelElementInstance
 - All Known Implementing Classes:
- PropertyImpl
 
 public interface Property extends CmmnElement - Author:
- Roman Smirnov
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetType()voidsetName(java.lang.String name)voidsetType(java.lang.String type)- 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElementgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
 - 
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
 
- 
 
-