public static enum StudySpec.AutomatedStoppingSpecCase extends Enum<StudySpec.AutomatedStoppingSpecCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AUTOMATEDSTOPPINGSPEC_NOT_SET |
CONVEX_AUTOMATED_STOPPING_SPEC |
CONVEX_STOP_CONFIG
Deprecated.
|
DECAY_CURVE_STOPPING_SPEC |
MEDIAN_AUTOMATED_STOPPING_SPEC |
| Modifier and Type | Method and Description |
|---|---|
static StudySpec.AutomatedStoppingSpecCase |
forNumber(int value) |
int |
getNumber() |
static StudySpec.AutomatedStoppingSpecCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StudySpec.AutomatedStoppingSpecCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudySpec.AutomatedStoppingSpecCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StudySpec.AutomatedStoppingSpecCase DECAY_CURVE_STOPPING_SPEC
public static final StudySpec.AutomatedStoppingSpecCase MEDIAN_AUTOMATED_STOPPING_SPEC
@Deprecated public static final StudySpec.AutomatedStoppingSpecCase CONVEX_STOP_CONFIG
public static final StudySpec.AutomatedStoppingSpecCase CONVEX_AUTOMATED_STOPPING_SPEC
public static final StudySpec.AutomatedStoppingSpecCase AUTOMATEDSTOPPINGSPEC_NOT_SET
public static StudySpec.AutomatedStoppingSpecCase[] values()
for (StudySpec.AutomatedStoppingSpecCase c : StudySpec.AutomatedStoppingSpecCase.values()) System.out.println(c);
public static StudySpec.AutomatedStoppingSpecCase 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 null@Deprecated public static StudySpec.AutomatedStoppingSpecCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static StudySpec.AutomatedStoppingSpecCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.