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