Class ComponentInfo.Property

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

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

    Constructors 
    Constructor Description
    Property​(ComponentInfoMetric metric, java.lang.String uniqueName, java.lang.Object value)  
  • Method Summary

    Modifier and Type Method Description
    ComponentInfoMetric getMetric()
    Return the metric for which the property records information.
    java.lang.String getUniqueName()
    Return the unique name of the property.
    java.lang.Object getValue()
    Return the value of the property.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 java.lang.String getUniqueName()
      Return the unique name of the property.
      Returns:
      the unique name of the property.
    • getValue

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