public static enum PiPipeconfWatchdogService.PipelineStatus extends Enum<PiPipeconfWatchdogService.PipelineStatus>
| Enum Constant and Description |
|---|
READY
The device pipeline is ready to process packets.
|
UNKNOWN
The status is unknown and the device might not be able to process
packets yet.
|
| Modifier and Type | Method and Description |
|---|---|
static PiPipeconfWatchdogService.PipelineStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PiPipeconfWatchdogService.PipelineStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PiPipeconfWatchdogService.PipelineStatus READY
public static final PiPipeconfWatchdogService.PipelineStatus UNKNOWN
public static PiPipeconfWatchdogService.PipelineStatus[] values()
for (PiPipeconfWatchdogService.PipelineStatus c : PiPipeconfWatchdogService.PipelineStatus.values()) System.out.println(c);
public static PiPipeconfWatchdogService.PipelineStatus 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 null