Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricCrawlStopCause.setValue(CrawlStopCause value) |
Constructor and Description |
---|
MetricCrawlStopCause(MetricId metricId,
CrawlStopCause crawlStopCause) |
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.