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