Class PropertyMapKey<K,V>
- java.lang.Object
-
- org.camunda.bpm.engine.impl.core.model.PropertyMapKey<K,V>
-
public class PropertyMapKey<K,V> extends Object
Key of a map property.- Author:
- Philipp Ossler
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallowOverwriteprotected Stringname
-
Constructor Summary
Constructors Constructor Description PropertyMapKey(String name)PropertyMapKey(String name, boolean allowOverwrite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowsOverwrite()booleanequals(Object obj)StringgetName()inthashCode()StringtoString()
-