Package org.flowable.bpmn.model
Class ItemDefinition
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.ItemDefinition
-
- All Implemented Interfaces:
HasExtensionAttributes
public class ItemDefinition extends BaseElement
-
-
Field Summary
Fields Modifier and Type Field Description protected StringitemKindprotected StringstructureRef-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description ItemDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemDefinitionclone()StringgetItemKind()StringgetStructureRef()voidsetItemKind(String itemKind)voidsetStructureRef(String structureRef)voidsetValues(ItemDefinition otherElement)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getStructureRef
public String getStructureRef()
-
setStructureRef
public void setStructureRef(String structureRef)
-
getItemKind
public String getItemKind()
-
setItemKind
public void setItemKind(String itemKind)
-
clone
public ItemDefinition clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(ItemDefinition otherElement)
-
-