com.endeca.itl.cas.api
Class MetricCrawlMode

java.lang.Object
  extended by com.endeca.itl.cas.api.Metric
      extended by com.endeca.itl.cas.api.MetricCrawlMode

public class MetricCrawlMode
extends Metric

A MetricCrawlMode extends the abstract Metric class by adding a CrawlMode enumeration value.


Constructor Summary
MetricCrawlMode()
           
MetricCrawlMode(MetricId metricId, CrawlMode crawlMode)
           
 
Method Summary
 boolean equals(Object other)
           
 CrawlMode getValue()
           
 int hashCode()
           
 void setValue(CrawlMode value)
           
 String toValueString()
           
 
Methods inherited from class com.endeca.itl.cas.api.Metric
getMetricId, setMetricId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetricCrawlMode

public MetricCrawlMode()

MetricCrawlMode

public MetricCrawlMode(MetricId metricId,
                       CrawlMode crawlMode)
Method Detail

getValue

public CrawlMode getValue()

setValue

public void setValue(CrawlMode value)

equals

public boolean equals(Object other)
Overrides:
equals in class Metric

hashCode

public int hashCode()
Overrides:
hashCode in class Metric

toValueString

public String toValueString()
Specified by:
toValueString in class Metric


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.