Class PropertyMapKey<K,V>
java.lang.Object
org.camunda.bpm.engine.impl.core.model.PropertyMapKey<K,V>
- Record Components:
K
- the type of keys maintained by the mapV
- the type of mapped values
Key of a map property.
- Author:
- Philipp Ossler
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPropertyMapKey
(String name) PropertyMapKey
(String name, boolean allowOverwrite) -
Method Summary
-
Field Details
-
name
-
allowOverwrite
protected boolean allowOverwrite
-
-
Constructor Details
-
PropertyMapKey
-
PropertyMapKey
-
-
Method Details