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