public static enum Span.READINESS extends Enum<Span.READINESS>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Span.READINESS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Span.READINESS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Span.READINESS WARM
public static final Span.READINESS COLD
public static Span.READINESS[] values()
for (Span.READINESS c : Span.READINESS.values()) System.out.println(c);
public static Span.READINESS 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 String toString()
toString in class Enum<Span.READINESS>Copyright © 2024 Lumigo. All rights reserved.