public enum CrawlerActionPhases extends Enum<CrawlerActionPhases>
Enum Constant and Description |
---|
POST_INGEST_FAILURE |
POST_INGEST_SUCCESS |
PRE_INGEST |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static CrawlerActionPhases |
getPhaseByName(String name) |
static CrawlerActionPhases |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrawlerActionPhases[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrawlerActionPhases PRE_INGEST
public static final CrawlerActionPhases POST_INGEST_SUCCESS
public static final CrawlerActionPhases POST_INGEST_FAILURE
public static CrawlerActionPhases[] values()
for (CrawlerActionPhases c : CrawlerActionPhases.values()) System.out.println(c);
public static CrawlerActionPhases valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public static CrawlerActionPhases getPhaseByName(String name)
Copyright © 1999–2017 Apache OODT. All rights reserved.