Uses of Class
com.endeca.itl.cas.api.CrawlStopCause

Packages that use CrawlStopCause
com.endeca.itl.cas.api   
 

Uses of CrawlStopCause in com.endeca.itl.cas.api
 

Methods in com.endeca.itl.cas.api that return CrawlStopCause
static CrawlStopCause CrawlStopCause.fromValue(String v)
           
 CrawlStopCause MetricCrawlStopCause.getValue()
           
static CrawlStopCause CrawlStopCause.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CrawlStopCause[] CrawlStopCause.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.endeca.itl.cas.api with parameters of type CrawlStopCause
 void MetricCrawlStopCause.setValue(CrawlStopCause value)
           
 

Constructors in com.endeca.itl.cas.api with parameters of type CrawlStopCause
MetricCrawlStopCause(MetricId metricId, CrawlStopCause crawlStopCause)
           
 



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