public static enum ZipkinTracerBuilder.Version extends Enum<ZipkinTracerBuilder.Version>
| Modifier and Type | Method and Description |
|---|---|
static ZipkinTracerBuilder.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZipkinTracerBuilder.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZipkinTracerBuilder.Version V1
public static final ZipkinTracerBuilder.Version V2
public static ZipkinTracerBuilder.Version[] values()
for (ZipkinTracerBuilder.Version c : ZipkinTracerBuilder.Version.values()) System.out.println(c);
public static ZipkinTracerBuilder.Version 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 © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.