public static enum PipelineAck.ECN extends Enum<PipelineAck.ECN>
| Enum Constant and Description | 
|---|
| CONGESTED | 
| DISABLED | 
| SUPPORTED | 
| SUPPORTED2 | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getValue() | 
| static PipelineAck.ECN | valueOf(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(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 int getValue()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.