Package org.flowable.bpmn.model
Class CustomProperty
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.CustomProperty
- All Implemented Interfaces:
HasExtensionAttributes
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
getName()
void
setComplexValue
(ComplexDataType complexValue) void
void
setSimpleValue
(String simpleValue) void
setValues
(CustomProperty otherProperty) Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
name
-
simpleValue
-
complexValue
-
-
Constructor Details
-
CustomProperty
public CustomProperty()
-
-
Method Details
-
getName
-
setName
-
getSimpleValue
-
setSimpleValue
-
getComplexValue
-
setComplexValue
-
clone
- Specified by:
clone
in classBaseElement
-
setValues
-