Class PropertyKey

java.lang.Object
hydra.pg.model.PropertyKey
All Implemented Interfaces:
Serializable

public class PropertyKey extends Object implements Serializable
A property key
See Also:
  • Field Details

    • TYPE_NAME

      public static final Name TYPE_NAME
    • FIELD_NAME_VALUE

      public static final Name FIELD_NAME_VALUE
    • value

      public final String value
  • Constructor Details

    • PropertyKey

      public PropertyKey(String value)
  • Method Details