Package org.activiti.bpmn.model
Class DataStoreReference
- java.lang.Object
-
- org.activiti.bpmn.model.BaseElement
-
- org.activiti.bpmn.model.FlowElement
-
- org.activiti.bpmn.model.DataStoreReference
-
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
public class DataStoreReference extends FlowElement
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdataStateprotected java.lang.StringdataStoreRefprotected java.lang.StringitemSubjectRef-
Fields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description DataStoreReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataStoreReferenceclone()java.lang.StringgetDataState()java.lang.StringgetDataStoreRef()java.lang.StringgetItemSubjectRef()voidsetDataState(java.lang.String dataState)voidsetDataStoreRef(java.lang.String dataStoreRef)voidsetItemSubjectRef(java.lang.String itemSubjectRef)voidsetValues(DataStoreReference otherElement)-
Methods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
-
-
-
Method Detail
-
getDataState
public java.lang.String getDataState()
-
setDataState
public void setDataState(java.lang.String dataState)
-
getItemSubjectRef
public java.lang.String getItemSubjectRef()
-
setItemSubjectRef
public void setItemSubjectRef(java.lang.String itemSubjectRef)
-
getDataStoreRef
public java.lang.String getDataStoreRef()
-
setDataStoreRef
public void setDataStoreRef(java.lang.String dataStoreRef)
-
clone
public DataStoreReference clone()
- Specified by:
clonein classFlowElement
-
setValues
public void setValues(DataStoreReference otherElement)
-
-