org.camunda.bpm.model.bpmn.impl.instance.camunda
Class CamundaFormPropertyImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
All Implemented Interfaces:
BpmnModelElementInstance, CamundaFormProperty, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class CamundaFormPropertyImpl
extends BpmnModelElementInstanceImpl
implements CamundaFormProperty

The BPMN formProperty camunda extension element

Author:
Sebastian Menski

Field Summary
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDatePatternAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDefaultAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaExpressionAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaIdAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaNameAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaReadableAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaRequiredAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTypeAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue> camundaValueCollection
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaVariableAttribute
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaWriteableAttribute
           
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
CamundaFormPropertyImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 String getCamundaDatePattern()
           
 String getCamundaDefault()
           
 String getCamundaExpression()
           
 String getCamundaId()
           
 String getCamundaName()
           
 String getCamundaType()
           
 Collection<CamundaValue> getCamundaValues()
           
 String getCamundaVariable()
           
 boolean isCamundaReadable()
           
 boolean isCamundaRequired()
           
 boolean isCamundaWriteable()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setCamundaDatePattern(String camundaDatePattern)
           
 void setCamundaDefault(String camundaDefault)
           
 void setCamundaExpression(String camundaExpression)
           
 void setCamundaId(String camundaId)
           
 void setCamundaName(String camundaName)
           
 void setCamundaReadable(boolean isCamundaReadable)
           
 void setCamundaRequired(boolean isCamundaRequired)
           
 void setCamundaType(String camundaType)
           
 void setCamundaVariable(String camundaVariable)
           
 void setCamundaWriteable(boolean isCamundaWriteable)
           
 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScope
 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, 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, updateAfterReplacement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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
 

Field Detail

camundaIdAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaIdAttribute

camundaNameAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaNameAttribute

camundaTypeAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaTypeAttribute

camundaRequiredAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaRequiredAttribute

camundaReadableAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaReadableAttribute

camundaWriteableAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> camundaWriteableAttribute

camundaVariableAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaVariableAttribute

camundaExpressionAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaExpressionAttribute

camundaDatePatternAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDatePatternAttribute

camundaDefaultAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDefaultAttribute

camundaValueCollection

protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue> camundaValueCollection
Constructor Detail

CamundaFormPropertyImpl

public CamundaFormPropertyImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

registerType

public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)

getCamundaId

public String getCamundaId()
Specified by:
getCamundaId in interface CamundaFormProperty

setCamundaId

public void setCamundaId(String camundaId)
Specified by:
setCamundaId in interface CamundaFormProperty

getCamundaName

public String getCamundaName()
Specified by:
getCamundaName in interface CamundaFormProperty

setCamundaName

public void setCamundaName(String camundaName)
Specified by:
setCamundaName in interface CamundaFormProperty

getCamundaType

public String getCamundaType()
Specified by:
getCamundaType in interface CamundaFormProperty

setCamundaType

public void setCamundaType(String camundaType)
Specified by:
setCamundaType in interface CamundaFormProperty

isCamundaRequired

public boolean isCamundaRequired()
Specified by:
isCamundaRequired in interface CamundaFormProperty

setCamundaRequired

public void setCamundaRequired(boolean isCamundaRequired)
Specified by:
setCamundaRequired in interface CamundaFormProperty

isCamundaReadable

public boolean isCamundaReadable()
Specified by:
isCamundaReadable in interface CamundaFormProperty

setCamundaReadable

public void setCamundaReadable(boolean isCamundaReadable)
Specified by:
setCamundaReadable in interface CamundaFormProperty

isCamundaWriteable

public boolean isCamundaWriteable()
Specified by:
isCamundaWriteable in interface CamundaFormProperty

setCamundaWriteable

public void setCamundaWriteable(boolean isCamundaWriteable)
Specified by:
setCamundaWriteable in interface CamundaFormProperty

getCamundaVariable

public String getCamundaVariable()
Specified by:
getCamundaVariable in interface CamundaFormProperty

setCamundaVariable

public void setCamundaVariable(String camundaVariable)
Specified by:
setCamundaVariable in interface CamundaFormProperty

getCamundaExpression

public String getCamundaExpression()
Specified by:
getCamundaExpression in interface CamundaFormProperty

setCamundaExpression

public void setCamundaExpression(String camundaExpression)
Specified by:
setCamundaExpression in interface CamundaFormProperty

getCamundaDatePattern

public String getCamundaDatePattern()
Specified by:
getCamundaDatePattern in interface CamundaFormProperty

setCamundaDatePattern

public void setCamundaDatePattern(String camundaDatePattern)
Specified by:
setCamundaDatePattern in interface CamundaFormProperty

getCamundaDefault

public String getCamundaDefault()
Specified by:
getCamundaDefault in interface CamundaFormProperty

setCamundaDefault

public void setCamundaDefault(String camundaDefault)
Specified by:
setCamundaDefault in interface CamundaFormProperty

getCamundaValues

public Collection<CamundaValue> getCamundaValues()
Specified by:
getCamundaValues in interface CamundaFormProperty


Copyright © 2017 camunda services GmbH. All rights reserved.