Class PropertyKey<T>

java.lang.Object
org.camunda.bpm.engine.impl.core.model.PropertyKey<T>
Record Components:
T - the type of the property value

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

    • name

      protected final String name
  • Constructor Details

    • PropertyKey

      public PropertyKey(String name)
  • Method Details