public static enum PipelineAck.SLOW extends Enum<PipelineAck.SLOW>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static PipelineAck.SLOW |
valueOf(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(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–2024 Apache Software Foundation. All rights reserved.