java.io.Serializable, java.lang.Comparable<PipelineAck.SLOW>public static enum PipelineAck.SLOW extends java.lang.Enum<PipelineAck.SLOW>
| Modifier and Type | Method | Description |
|---|---|---|
int |
getValue() |
|
static PipelineAck.SLOW |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PipelineAck.SLOW[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineAck.SLOW DISABLED
public static final PipelineAck.SLOW NORMAL
public static final PipelineAck.SLOW SLOW
public static final PipelineAck.SLOW RESERVED
public static PipelineAck.SLOW[] values()
for (PipelineAck.SLOW c : PipelineAck.SLOW.values()) System.out.println(c);
public static PipelineAck.SLOW 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.