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