Class ComponentInfo.Property

java.lang.Object
tech.oxfordsemantic.jrdfox.client.ComponentInfo.Property
Enclosing class:
ComponentInfo

public static class ComponentInfo.Property extends Object
Encapsulates an individual datapoint of information about a component of the data store.
  • Constructor Details

  • Method Details

    • getMetric

      public ComponentInfoMetric getMetric()
      Return the metric for which the property records information.
      Returns:
      the metric of the property.
    • getUniqueName

      public String getUniqueName()
      Return the unique name of the property.
      Returns:
      the unique name of the property.
    • getValue

      public Object getValue()
      Return the value of the property.
      Returns:
      the value of the property.