org.camunda.bpm.engine.impl.core.model
Class PropertyKey<T>
java.lang.Object
org.camunda.bpm.engine.impl.core.model.PropertyKey<T>
public class PropertyKey<T>
- extends Object
Key of a typed property.
- Author:
- Philipp Ossler
- See Also:
PropertyListKey}, {@link PropertyMapKey}
name
protected final String name
PropertyKey
public PropertyKey(String name)
getName
public String getName()
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2015 camunda services GmbH. All rights reserved.