public static enum SlowDiskReports.DiskOp extends Enum<SlowDiskReports.DiskOp>
Modifier and Type | Method and Description |
---|---|
static SlowDiskReports.DiskOp |
fromValue(String value) |
String |
toString() |
static SlowDiskReports.DiskOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlowDiskReports.DiskOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlowDiskReports.DiskOp METADATA
public static final SlowDiskReports.DiskOp READ
public static final SlowDiskReports.DiskOp WRITE
public static SlowDiskReports.DiskOp[] values()
for (SlowDiskReports.DiskOp c : SlowDiskReports.DiskOp.values()) System.out.println(c);
public static SlowDiskReports.DiskOp 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 String toString()
toString
in class Enum<SlowDiskReports.DiskOp>
public static SlowDiskReports.DiskOp fromValue(String value)
Copyright © 2018 Apache Software Foundation. All Rights Reserved.