@Generated public enum AutoscopeState extends Enum<AutoscopeState>
| Enum Constant and Description |
|---|
AUTOSCOPE_STATE_API_NOT_COVERED |
AUTOSCOPE_STATE_BACKFILLED |
AUTOSCOPE_STATE_COMPLETED |
AUTOSCOPE_STATE_DISABLED |
AUTOSCOPE_STATE_RUNNING |
AUTOSCOPE_STATE_USER_SELECTED |
| Modifier and Type | Method and Description |
|---|---|
static AutoscopeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoscopeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoscopeState AUTOSCOPE_STATE_API_NOT_COVERED
public static final AutoscopeState AUTOSCOPE_STATE_BACKFILLED
public static final AutoscopeState AUTOSCOPE_STATE_COMPLETED
public static final AutoscopeState AUTOSCOPE_STATE_DISABLED
public static final AutoscopeState AUTOSCOPE_STATE_RUNNING
public static final AutoscopeState AUTOSCOPE_STATE_USER_SELECTED
public static AutoscopeState[] values()
for (AutoscopeState c : AutoscopeState.values()) System.out.println(c);
public static AutoscopeState 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 © 2026. All rights reserved.