public static enum ContextCarrier.HeaderVersion extends Enum<ContextCarrier.HeaderVersion>
| Modifier and Type | Method and Description |
|---|---|
static ContextCarrier.HeaderVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextCarrier.HeaderVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextCarrier.HeaderVersion v1
public static final ContextCarrier.HeaderVersion v2
public static ContextCarrier.HeaderVersion[] values()
for (ContextCarrier.HeaderVersion c : ContextCarrier.HeaderVersion.values()) System.out.println(c);
public static ContextCarrier.HeaderVersion 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 © 2019 The Apache Software Foundation. All rights reserved.