java.io.Serializable, java.lang.Comparable<PipelineAck.ECN>public static enum PipelineAck.ECN extends java.lang.Enum<PipelineAck.ECN>
| Enum Constant | Description |
|---|---|
CONGESTED |
|
DISABLED |
|
SUPPORTED |
|
SUPPORTED2 |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getValue() |
|
static PipelineAck.ECN |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PipelineAck.ECN[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineAck.ECN DISABLED
public static final PipelineAck.ECN SUPPORTED
public static final PipelineAck.ECN SUPPORTED2
public static final PipelineAck.ECN CONGESTED
public static PipelineAck.ECN[] values()
for (PipelineAck.ECN c : PipelineAck.ECN.values()) System.out.println(c);
public static PipelineAck.ECN valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.