public enum OpenTelemetrySchema extends Enum<OpenTelemetrySchema>
| Enum Constant and Description |
|---|
VERSION_1_0 |
| Modifier and Type | Field and Description |
|---|---|
static OpenTelemetrySchema |
CURRENT |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceUri() |
int |
major() |
int |
minor() |
static OpenTelemetrySchema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenTelemetrySchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenTelemetrySchema VERSION_1_0
public static final OpenTelemetrySchema CURRENT
public static OpenTelemetrySchema[] values()
for (OpenTelemetrySchema c : OpenTelemetrySchema.values()) System.out.println(c);
public static OpenTelemetrySchema 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 nullpublic int major()
public int minor()
public String getNamespaceUri()
Copyright © 2023 JBoss by Red Hat. All rights reserved.