public static enum CollectorStepResult.Status extends Enum<CollectorStepResult.Status>
| Enum Constant and Description |
|---|
COLLECTED |
DUPLICATES_PATTERN |
MODIFIED |
PAGE_OPENED |
PROCESSING_ERROR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasArtifacts() |
static CollectorStepResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectorStepResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectorStepResult.Status PAGE_OPENED
public static final CollectorStepResult.Status COLLECTED
public static final CollectorStepResult.Status DUPLICATES_PATTERN
public static final CollectorStepResult.Status MODIFIED
public static final CollectorStepResult.Status PROCESSING_ERROR
public static CollectorStepResult.Status[] values()
for (CollectorStepResult.Status c : CollectorStepResult.Status.values()) System.out.println(c);
public static CollectorStepResult.Status 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 boolean hasArtifacts()
Copyright © 2013–2017 Cognifide. All rights reserved.