public static enum PropertyDefinitions.OpenTelemetry extends Enum<PropertyDefinitions.OpenTelemetry>
| Modifier and Type | Method and Description |
|---|---|
static PropertyDefinitions.OpenTelemetry |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDefinitions.OpenTelemetry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyDefinitions.OpenTelemetry PREFERRED
public static final PropertyDefinitions.OpenTelemetry REQUIRED
public static final PropertyDefinitions.OpenTelemetry DISABLED
public static PropertyDefinitions.OpenTelemetry[] values()
for (PropertyDefinitions.OpenTelemetry c : PropertyDefinitions.OpenTelemetry.values()) System.out.println(c);
public static PropertyDefinitions.OpenTelemetry 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