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