Class PropertyMapKey<K,V>
java.lang.Object
org.eximeebpms.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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyMapKey(String name) PropertyMapKey(String name, boolean allowOverwrite) -
Method Summary
-
Field Details
-
name
-
allowOverwrite
protected boolean allowOverwrite
-
-
Constructor Details
-
PropertyMapKey
-
PropertyMapKey
-
-
Method Details