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 ComponentInfoMetricgetMetric()Return the metric for which the property records information.java.lang.StringgetUniqueName()Return the unique name of the property.java.lang.ObjectgetValue()Return the value of the property.
-
Constructor Details
-
Method Details
-
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.
-