public static enum SourceSpecificContext.PhaseCompletionProgress extends Enum<SourceSpecificContext.PhaseCompletionProgress>
Enum Constant and Description |
---|
FINISHED |
NO_PROGRESS |
PROGRESS |
Modifier and Type | Method and Description |
---|---|
static SourceSpecificContext.PhaseCompletionProgress |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceSpecificContext.PhaseCompletionProgress[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceSpecificContext.PhaseCompletionProgress NO_PROGRESS
public static final SourceSpecificContext.PhaseCompletionProgress PROGRESS
public static final SourceSpecificContext.PhaseCompletionProgress FINISHED
public static SourceSpecificContext.PhaseCompletionProgress[] values()
for (SourceSpecificContext.PhaseCompletionProgress c : SourceSpecificContext.PhaseCompletionProgress.values()) System.out.println(c);
public static SourceSpecificContext.PhaseCompletionProgress 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 nullCopyright © 2018 OpenDaylight. All rights reserved.