Class PropertyListKey<T>

java.lang.Object
org.camunda.bpm.engine.impl.core.model.PropertyListKey<T>
Record Components:
T - the type of elements in the list

public class PropertyListKey<T> extends Object
Key of a list property.
Author:
Philipp Ossler
  • Field Details

    • name

      protected final String name
  • Constructor Details

    • PropertyListKey

      public PropertyListKey(String name)
  • Method Details