public class CamundaFormPropertyImpl extends BpmnModelElementInstanceImpl implements CamundaFormProperty
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<String> |
camundaDatePatternAttribute |
protected static Attribute<String> |
camundaDefaultAttribute |
protected static Attribute<String> |
camundaExpressionAttribute |
protected static Attribute<String> |
camundaIdAttribute |
protected static Attribute<String> |
camundaNameAttribute |
protected static Attribute<Boolean> |
camundaReadableAttribute |
protected static Attribute<Boolean> |
camundaRequiredAttribute |
protected static Attribute<String> |
camundaTypeAttribute |
protected static ChildElementCollection<CamundaValue> |
camundaValueCollection |
protected static Attribute<String> |
camundaVariableAttribute |
protected static Attribute<Boolean> |
camundaWriteableAttribute |
modelInstance| Constructor and Description |
|---|
CamundaFormPropertyImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
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(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) |
builder, getScope, isScopeaddChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilder, getScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static ChildElementCollection<CamundaValue> camundaValueCollection
public CamundaFormPropertyImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaId()
getCamundaId in interface CamundaFormPropertypublic void setCamundaId(String camundaId)
setCamundaId in interface CamundaFormPropertypublic String getCamundaName()
getCamundaName in interface CamundaFormPropertypublic void setCamundaName(String camundaName)
setCamundaName in interface CamundaFormPropertypublic String getCamundaType()
getCamundaType in interface CamundaFormPropertypublic void setCamundaType(String camundaType)
setCamundaType in interface CamundaFormPropertypublic boolean isCamundaRequired()
isCamundaRequired in interface CamundaFormPropertypublic void setCamundaRequired(boolean isCamundaRequired)
setCamundaRequired in interface CamundaFormPropertypublic boolean isCamundaReadable()
isCamundaReadable in interface CamundaFormPropertypublic void setCamundaReadable(boolean isCamundaReadable)
setCamundaReadable in interface CamundaFormPropertypublic boolean isCamundaWriteable()
isCamundaWriteable in interface CamundaFormPropertypublic void setCamundaWriteable(boolean isCamundaWriteable)
setCamundaWriteable in interface CamundaFormPropertypublic String getCamundaVariable()
getCamundaVariable in interface CamundaFormPropertypublic void setCamundaVariable(String camundaVariable)
setCamundaVariable in interface CamundaFormPropertypublic String getCamundaExpression()
getCamundaExpression in interface CamundaFormPropertypublic void setCamundaExpression(String camundaExpression)
setCamundaExpression in interface CamundaFormPropertypublic String getCamundaDatePattern()
getCamundaDatePattern in interface CamundaFormPropertypublic void setCamundaDatePattern(String camundaDatePattern)
setCamundaDatePattern in interface CamundaFormPropertypublic String getCamundaDefault()
getCamundaDefault in interface CamundaFormPropertypublic void setCamundaDefault(String camundaDefault)
setCamundaDefault in interface CamundaFormPropertypublic Collection<CamundaValue> getCamundaValues()
getCamundaValues in interface CamundaFormPropertyCopyright © 2018. All rights reserved.