Uses of Enum Class
org.alfresco.repo.search.impl.solr.facet.facetsresponse.Metric.METRIC_TYPE
Packages that use Metric.METRIC_TYPE
-
Uses of Metric.METRIC_TYPE in org.alfresco.repo.search.impl.solr.facet.facetsresponse
Methods in org.alfresco.repo.search.impl.solr.facet.facetsresponse that return Metric.METRIC_TYPEModifier and TypeMethodDescriptionListMetric.getType()Metric.getType()PercentileMetric.getType()SimpleMetric.getType()static Metric.METRIC_TYPEReturns the enum constant of this class with the specified name.static Metric.METRIC_TYPE[]Metric.METRIC_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.repo.search.impl.solr.facet.facetsresponse with parameters of type Metric.METRIC_TYPEModifierConstructorDescriptionListMetric(Metric.METRIC_TYPE type, Object val) PercentileMetric(Metric.METRIC_TYPE type, Object val) SimpleMetric(Metric.METRIC_TYPE type, Object val)