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